FeatureData
A structure describing a generic geometric matching feature.
Elements
Name | Type | Description |
---|---|---|
type | FeatureType | An enumeration representing the type of the feature. |
contourPoints | PointFloat* | A set of points describing the contour of the feature. |
numContourPoints | int | The number of points in the contourPoints array. |
feature | GeometricFeature | The feature data specific to this type of feature. |