Package boofcv.struct.geo
Class Point2D4D
java.lang.Object
boofcv.struct.geo.Point2D4D
Observed point feature location on the image plane and its 3D homogenous position.
-
Field Summary
Modifier and TypeFieldDescription3D location of the feature in homogenous world coordinatesObserved location of the feature on the image plane -
Constructor Summary
-
Method Summary
-
Field Details
-
observation
Observed location of the feature on the image plane -
location
3D location of the feature in homogenous world coordinates
-
-
Constructor Details
-
Point2D4D
public Point2D4D() -
Point2D4D
-
-
Method Details
-
setTo
Sets 'this' to be identical to 'src'. -
zero
public void zero() -
copy
-