←Select platform

UnSelectFrame Method

Summary

Unselects a frame to be removed from the stent enhancement output average image.

Syntax
C#
VB
C++
public void UnSelectFrame( 
   RasterImage image, 
   int FrameIndex 
) 
Public Sub UnSelectFrame( _ 
   ByVal image As RasterImage, _ 
   ByVal FrameIndex As Integer _ 
)  
public: 
void UnSelectFrame(  
   RasterImage^ image, 
   int FrameIndex 
)  

Parameters

image
A reference to RasterImage that represents the sequence to perform the stent enhancement on.

FrameIndex
Index of the frame to be removed from the average image.

Remarks

This method uses the markers stored in the StentMarkers array.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly