public interface PointDescSet<TD extends TupleDesc>
| Modifier and Type | Method and Description |
|---|---|
TD |
getDescription(int index)
Returns the description of the specified feature.
|
georegression.struct.point.Point2D_F64 |
getLocation(int featureIndex)
The center location of the feature inside the image.
|
int |
getNumberOfFeatures()
Returns the number of detected features
|
int getNumberOfFeatures()
georegression.struct.point.Point2D_F64 getLocation(int featureIndex)
The center location of the feature inside the image.
WARNING: The returned point is overwritten when a new image is processed.
featureIndex - The feature's index.TD getDescription(int index)
Returns the description of the specified feature.
WARNING: The returned description will be overwritten when a new image is processed. Create a copy if this is a problem.
index - Which feature