Package boofcv.alg.sfm.d3
Class VisOdomBundlePnPBase.CameraModel
- java.lang.Object
-
- boofcv.alg.sfm.d3.VisOdomBundlePnPBase.CameraModel
-
- Enclosing class:
- VisOdomBundlePnPBase<Track extends VisOdomBundleAdjustment.BTrack>
protected static class VisOdomBundlePnPBase.CameraModel extends java.lang.ObjectContains the camera's lens distortion model
-
-
Field Summary
Fields Modifier and Type Field Description protected boofcv.struct.distort.Point2Transform2_F64normToPixelconvert from normalized image coordinates to pixelprotected boofcv.struct.distort.Point2Transform2_F64pixelToNormconverts from pixel to normalized image coordinates
-
Constructor Summary
Constructors Modifier Constructor Description protectedCameraModel()
-