Uses of Class
boofcv.struct.calib.CameraKannalaBrandt
Package
Description
-
Uses of CameraKannalaBrandt in boofcv.alg.distort.kanbra
Modifier and TypeFieldDescriptionprotected final CameraKannalaBrandt
KannalaBrandtPtoS_F32.model
protected final CameraKannalaBrandt
KannalaBrandtPtoS_F64.model
protected final CameraKannalaBrandt
KannalaBrandtStoP_F32.model
protected final CameraKannalaBrandt
KannalaBrandtStoP_F64.model
ModifierConstructorDescription -
Uses of CameraKannalaBrandt in boofcv.alg.geo.bundle
Modifier and TypeMethodDescriptionstatic CameraKannalaBrandt
BundleAdjustmentOps.convert
(BundleKannalaBrandt src, int width, int height, @Nullable CameraKannalaBrandt dst) ConvertsCameraKannalaBrandt
intoCameraPinholeBrown
.Modifier and TypeMethodDescriptionstatic CameraKannalaBrandt
BundleAdjustmentOps.convert
(BundleKannalaBrandt src, int width, int height, @Nullable CameraKannalaBrandt dst) ConvertsCameraKannalaBrandt
intoCameraPinholeBrown
. -
Uses of CameraKannalaBrandt in boofcv.alg.geo.bundle.cameras
Modifier and TypeFieldDescriptionfinal CameraKannalaBrandt
BundleKannalaBrandt.model
Camera model parameters -
Uses of CameraKannalaBrandt in boofcv.io.calibration
Modifier and TypeMethodDescriptionCalibrationIO.putKannalaBrandt
(CameraKannalaBrandt parameters, @Nullable Map<String, Object> map) -
Uses of CameraKannalaBrandt in boofcv.struct.calib
Modifier and TypeMethodDescriptionCameraKannalaBrandt.fsetK
(double fx, double fy, double skew, double cx, double cy) CameraKannalaBrandt.fsetRadial
(double... coefs) CameraKannalaBrandt.fsetRadialTrig
(double... coefs) CameraKannalaBrandt.fsetShape
(int width, int height) CameraKannalaBrandt.fsetSymmetric
(double... coefs) CameraKannalaBrandt.fsetTangent
(double... coefs) CameraKannalaBrandt.fsetTangentTrig
(double... coefs) CameraKannalaBrandt.setTo
(CameraKannalaBrandt src) Copies the value of 'src' into 'this'.Modifier and TypeMethodDescriptionboolean
CameraKannalaBrandt.isIdentical
(CameraKannalaBrandt src) Checks to see of the two models are exactly alikeCameraKannalaBrandt.setTo
(CameraKannalaBrandt src) Copies the value of 'src' into 'this'.