Package boofcv.struct.sfm
Class PlanePtPixel
- java.lang.Object
-
- boofcv.struct.sfm.PlanePtPixel
-
public class PlanePtPixel extends java.lang.ObjectStorage for a point on a 2D plane in the key-frame and the observed normalized image coordinate in the current frame
-
-
Field Summary
Fields Modifier and Type Field Description georegression.struct.point.Point2D_F64normalizedCurrObserved pixel location in normalized image coordinates of track in current-framegeoregression.struct.point.Point2D_F64planeKeyLocation of key-frame on the 2D plane
-
Constructor Summary
Constructors Constructor Description PlanePtPixel()PlanePtPixel(georegression.struct.point.Point2D_F64 planeKey, georegression.struct.point.Point2D_F64 normalizedCurr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description georegression.struct.point.Point2D_F64getNormalizedCurr()georegression.struct.point.Point2D_F64getPlaneKey()
-