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 |
getScale(int featureIndex)
Scale of the detected feature in scale space.
|
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 getScale(int featureIndex)
Scale of the detected feature in scale space. This is the standard deviation of the Gaussian blur applied to the image when the feature was detected. While the object's size is not exactly defined, multiplying this number by 2.5 or 3 is typically considered the object's radius.
NOTE: In the future this might be changed to getRadius() to remove any ambiguity over the detected object's size.
featureIndex - Feature whose scale is being requested.double getOrientation(int featureIndex)
featureIndex - Feature whose