public class PointIndexObservation
extends java.lang.Object
Point2D_F64, which can be in either
pixel or normalized image coordinates, depending on the application.| Modifier and Type | Field and Description |
|---|---|
georegression.struct.point.Point2D_F64 |
obs
The observation of the feature
|
int |
pointIndex
Index of the feature that is observed
|
| Constructor and Description |
|---|
PointIndexObservation() |
| Modifier and Type | Method and Description |
|---|---|
georegression.struct.point.Point2D_F64 |
getObservation() |
int |
getPointIndex() |
void |
reset() |
void |
set(int pointIndex,
georegression.struct.point.Point2D_F64 obs) |