Package boofcv.struct.calib
Class MonoPlaneParameters
java.lang.Object
boofcv.struct.calib.MonoPlaneParameters
Calibration parameters when the intrinsic parameters for a single camera is known and the location
of the camera relative to the ground plane. In the plane's reference frame, the plane is parallel
to the x-z plane and contains point (0,0,0).
-
Field Summary
Modifier and TypeFieldDescriptionIntrinsic parameters for the cameraExtrinsic parameters for the camera. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIntrinsic
(CameraPinholeBrown intrinsic) void
setPlaneToCamera
(Se3_F64 planeToCamera)
-
Field Details
-
intrinsic
Intrinsic parameters for the camera -
planeToCamera
Extrinsic parameters for the camera. Transform from plane to camera coordinate system. This is technically over specified since only orientation (3-DOF) and distance from plane (1-DOF) is needed. The extra degrees of freedom can be used to specify the local coordinate (e.g. robot) completely and simplify various camera transforms.
-
-
Constructor Details
-
MonoPlaneParameters
-
MonoPlaneParameters
public MonoPlaneParameters()
-
-
Method Details
-
getIntrinsic
-
setIntrinsic
-
getPlaneToCamera
-
setPlaneToCamera
-