←Select platform

StentMarkers Property

Summary

(Read only) Gets an array of StentEnhancementMarkers that contains the locations of the detected stent markers in each frame of the sequence.

Syntax
C#
VB
C++
public StentEnhancementMarkers[] StentMarkers { get; } 
Public ReadOnly Property StentMarkers As StentEnhancementMarkers() 
public: 
property array<StentEnhancementMarkers>^ StentMarkers { 
   array<StentEnhancementMarkers>^ get(); 
} 

Property Value

An array that contains the locations of the FirstMarker and SecondMarker for each frame.

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