Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

UnSelectFrame Method








A reference to RasterImage that represents the sequence to perform the stent enhancement on.
Index of the frame to be removed from the average image.
Unselects a frame to be removed from the stent enhancement output average image.
Syntax
public void UnSelectFrame( 
   RasterImage image,
   int FrameIndex
)
'Declaration
 
Public Sub UnSelectFrame( _
   ByVal image As RasterImage, _
   ByVal FrameIndex As Integer _
) 
'Usage
 
Dim instance As StentEnhancementCommand
Dim image As RasterImage
Dim FrameIndex As Integer
 
instance.UnSelectFrame(image, FrameIndex)
public void UnSelectFrame( 
   RasterImage image,
   int FrameIndex
)
 function Leadtools.ImageProcessing.Core.StentEnhancementCommand.UnSelectFrame( 
   image ,
   FrameIndex 
)
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

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file