Detects the markers of the stent device in the reference frame of the sequence.
public void DetectMarkers(
RasterImage image,
int pageIndex,
LeadRect rect
)
Public Sub DetectMarkers( _
ByVal image As Leadtools.RasterImage, _
ByVal pageIndex As Integer, _
ByVal rect As Leadtools.LeadRect _
)
public:
void DetectMarkers(
Leadtools.RasterImage^ image,
int pageIndex,
Leadtools.LeadRect rect
)
image
A reference to a RasterImage that represents the sequence to perform the stent enhancement on.
pageIndex
The index of the reference frame.
rect
A reference to a LeadRect that represents the region that covers the stent device.
This method updates the FirstMarker and SecondMarker data members.
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