←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 Leadtools.RasterImage, _ 
   ByVal pageIndex As Integer, _ 
   ByVal rect As Leadtools.LeadRect _ 
)  
public: 
void DetectMarkers(  
   Leadtools.RasterImage^ image, 
   int pageIndex, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly