←Select platform

UpdateStentImage Method

Summary

Updates the average output image after modifying the StentMarkers array.

Syntax
C#
VB
C++
public void UpdateStentImage( 
   RasterImage image 
) 
Public Sub UpdateStentImage( _ 
   ByVal image As RasterImage _ 
)  
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

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