Provides access to members that control a match point.
Members
Name | Description | |
---|---|---|
From | The From feature point. | |
Score | The match score value. | |
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. |