Package boofcv.struct.calib
Class VisualDepthParameters
java.lang.Object
boofcv.struct.calib.VisualDepthParameters
Calibration parameters for depth sensors (e.g. Kinect) which provide depth information for pixels inside an RGB image via a depth image. The depth and visual images are assumed to be already aligned. As such, both images will have the same size.
-
Field Summary
Modifier and TypeFieldDescriptionThe maximum depth which the depth sensor can senseIndicates that the depth is unknown at a pixel in the depth imageIntrinsic camera parameters for the visual sensor. -
Constructor Summary
-
Method Summary
-
Field Details
-
maxDepth
The maximum depth which the depth sensor can sense -
pixelNoDepth
Indicates that the depth is unknown at a pixel in the depth image -
visualParam
Intrinsic camera parameters for the visual sensor.
-
-
Constructor Details
-
VisualDepthParameters
public VisualDepthParameters() -
VisualDepthParameters
-
-
Method Details
-
setTo
-