LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

DetectMarkers Method

Show in webframe







A reference to Leadtools.RasterImage that represenets the sequence to perform the stent enhancement on.
The index of the reference frame.
A reference to Leadtools.LeadRect that represents the region that covers the stent device.
Detects the markers of the stent device in the reference frame in the sequence.
Syntax
public void DetectMarkers( 
   RasterImage image,
   int pageIndex,
   LeadRect rect
)
'Declaration
 
Public Sub DetectMarkers( _
   ByVal image As RasterImage, _
   ByVal pageIndex As Integer, _
   ByVal rect As LeadRect _
) 
'Usage
 
Dim instance As StentEnhancementCommand
Dim image As RasterImage
Dim pageIndex As Integer
Dim rect As LeadRect
 
instance.DetectMarkers(image, pageIndex, rect)
public void DetectMarkers( 
   RasterImage image,
   int pageIndex,
   LeadRect rect
)

            

            
 function Leadtools.ImageProcessing.Core.StentEnhancementCommand.DetectMarkers( 
   image ,
   pageIndex ,
   rect 
)
public:
void DetectMarkers( 
   RasterImage^ image,
   int pageIndex,
   LeadRect rect
) 

Parameters

image
A reference to Leadtools.RasterImage that represenets the sequence to perform the stent enhancement on.
pageIndex
The index of the reference frame.
rect
A reference to Leadtools.LeadRect that represents the region that covers the stent device.
Remarks
This method updates the FirstMarker and SecondMarker data members.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.