Uses of Class
boofcv.struct.calib.CameraKannalaBrandt
Packages that use CameraKannalaBrandt
Package
Description
-
Uses of CameraKannalaBrandt in boofcv.alg.distort.kanbra
Fields in boofcv.alg.distort.kanbra declared as CameraKannalaBrandtModifier 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
Constructors in boofcv.alg.distort.kanbra with parameters of type CameraKannalaBrandtModifierConstructorDescription -
Uses of CameraKannalaBrandt in boofcv.alg.geo.bundle
Methods in boofcv.alg.geo.bundle that return CameraKannalaBrandtModifier and TypeMethodDescriptionstatic CameraKannalaBrandt
BundleAdjustmentOps.convert
(BundleKannalaBrandt src, int width, int height, @Nullable CameraKannalaBrandt dst) ConvertsCameraKannalaBrandt
intoCameraPinholeBrown
.Methods in boofcv.alg.geo.bundle with parameters of type CameraKannalaBrandtModifier 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
Fields in boofcv.alg.geo.bundle.cameras declared as CameraKannalaBrandtModifier and TypeFieldDescriptionfinal CameraKannalaBrandt
BundleKannalaBrandt.model
Camera model parametersConstructors in boofcv.alg.geo.bundle.cameras with parameters of type CameraKannalaBrandt -
Uses of CameraKannalaBrandt in boofcv.io.calibration
Methods in boofcv.io.calibration with parameters of type CameraKannalaBrandtModifier and TypeMethodDescriptionCalibrationIO.putKannalaBrandt
(CameraKannalaBrandt parameters, @Nullable Map<String, Object> map) -
Uses of CameraKannalaBrandt in boofcv.struct.calib
Methods in boofcv.struct.calib that return CameraKannalaBrandtModifier 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'.Methods in boofcv.struct.calib with parameters of type CameraKannalaBrandtModifier 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'.Constructors in boofcv.struct.calib with parameters of type CameraKannalaBrandt