←Select platform

DetectMarkers Method

Summary

Detects the markers of the stent device in the reference frame of the sequence.

Syntax
C#
VB
C++
public void DetectMarkers( 
   RasterImage image, 
   int pageIndex, 
   LeadRect rect 
) 
Public Sub DetectMarkers( _ 
   ByVal image As RasterImage, _ 
   ByVal pageIndex As Integer, _ 
   ByVal rect As LeadRect _ 
)  
public: 
void DetectMarkers(  
   RasterImage^ image, 
   int pageIndex, 
   LeadRect rect 
)  

Parameters

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.

Remarks

This method updates the FirstMarker and SecondMarker data members.

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