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

Show in webframe

UpdateStentImage Method








A reference to RasterImage that represents the sequence to perform the stent enhancement on.
Updates the average output image after modifying the StentMarkers array.
Syntax
public void UpdateStentImage( 
   RasterImage image
)
'Declaration
 
Public Sub UpdateStentImage( _
   ByVal image As RasterImage _
) 
'Usage
 
Dim instance As StentEnhancementCommand
Dim image As RasterImage
 
instance.UpdateStentImage(image)
public void UpdateStentImage( 
   RasterImage image
)
 function Leadtools.ImageProcessing.Core.StentEnhancementCommand.UpdateStentImage( 
   image 
)
public:
void UpdateStentImage( 
   RasterImage^ image
) 

Parameters

image
A reference to RasterImage that represents the sequence to perform the stent enhancement on.
Remarks
This method detects the modified markers in the StentMarkers array.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file