Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

DetectMarkers Method








A reference to a RasterImage that represents the sequence to perform the stent enhancement on.
The index of the reference frame.
A reference to a LeadRect that represents the region that covers the stent device.
Detects the markers of the stent device in the reference frame of 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 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

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file