Provides access to members that control an image feature point.
Members
| Name | Description | |
|---|---|---|
![]() |
Location | The feature point location. |
![]() |
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. |

