C#
VB
C++
Unselects a frame to be removed from the stent enhancement output average image.
public void UnSelectFrame(
RasterImage image,
int FrameIndex
)
Public Sub UnSelectFrame( _
ByVal image As Leadtools.RasterImage, _
ByVal FrameIndex As Integer _
)
public:
void UnSelectFrame(
Leadtools.RasterImage^ image,
int FrameIndex
)
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.
This method uses the markers stored in the StentMarkers array.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET