IImageMatchPoint Interface

Provides access to members that control a match point.

Members

Name Description
Read/write property From The From feature point.
Read/write property Score The match score value.
Read/write property To The To feature point.

IImageMatchPoint.From Property

The From feature point.

Public Property From As IImageFeaturePoint
public IImageFeaturePoint From {get; set;}

IImageMatchPoint.Score Property

The match score value.

Public Property Score As Double
public double Score {get; set;}

IImageMatchPoint.To Property

The To feature point.

Public Property To As IImageFeaturePoint
public IImageFeaturePoint To {get; set;}

Classes that implement IImageMatchPoint

Classes Description
ImageMatchPoint The Image Match Point class.

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