public interface FoundPointSO
| Modifier and Type | Method and Description |
|---|---|
georegression.struct.point.Point2D_F64 |
getLocation(int featureIndex)
The center location of the feature inside the image.
|
int |
getNumberOfFeatures()
Returns the number of interest points found.
|
double |
getOrientation(int featureIndex)
Returns the features found orientation.
|
double |
getRadius(int featureIndex)
Returns the detected object's circular radius
|
int getNumberOfFeatures()
georegression.struct.point.Point2D_F64 getLocation(int featureIndex)
The center location of the feature inside the image.
WARNING: Do not save the returned reference, copy instead. The returned point can be recycled each time this function is called.
featureIndex - The feature's index.double getRadius(int featureIndex)
Returns the detected object's circular radius
featureIndex - Feature whose radius is being requested.double getOrientation(int featureIndex)
featureIndex - Feature whose