IImageFeaturePoint Interface

Provides access to members that control an image feature point.

Members

Name Description
Read/write property Location The feature point location.
Read/write property Signature The feature point signature value.

IImageFeaturePoint.Location Property

The feature point location.

Public Property Location As IPoint
public IPoint Location {get; set;}

IImageFeaturePoint.Signature Property

The feature point signature value.

Public Property Signature As Object
public object Signature {get; set;}

Classes that implement IImageFeaturePoint

Classes Description
ImageFeaturePoint The Image Feature Point class.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.