←Select platform

SelectFrame Method

Summary

Selects a frame to be added to the stent enhancement average output image.

Syntax
C#
VB
C++
public void SelectFrame( 
   RasterImage image, 
   int FrameIndex 
) 
Public Sub SelectFrame( _ 
   ByVal image As RasterImage, _ 
   ByVal FrameIndex As Integer _ 
)  
public: 
void SelectFrame(  
   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 added to 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