public class PlanePtPixel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
georegression.struct.point.Point2D_F64 |
normalizedCurr
Observed pixel location in normalized image coordinates of track in current-frame
|
georegression.struct.point.Point2D_F64 |
planeKey
Location of key-frame on the 2D plane
|
| Constructor and Description |
|---|
PlanePtPixel() |
PlanePtPixel(georegression.struct.point.Point2D_F64 planeKey,
georegression.struct.point.Point2D_F64 normalizedCurr) |
| Modifier and Type | Method and Description |
|---|---|
georegression.struct.point.Point2D_F64 |
getNormalizedCurr() |
georegression.struct.point.Point2D_F64 |
getPlaneKey() |
public georegression.struct.point.Point2D_F64 planeKey
public georegression.struct.point.Point2D_F64 normalizedCurr