LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

UnSelectFrame Method

Show in webframe







A reference to Leadtools.RasterImage that represenets 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 Leadtools.RasterImage that represenets 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.