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 CameraKannalaBrandtKannalaBrandtPtoS_F32.modelprotected final CameraKannalaBrandtKannalaBrandtPtoS_F64.modelprotected final CameraKannalaBrandtKannalaBrandtStoP_F32.modelprotected final CameraKannalaBrandtKannalaBrandtStoP_F64.modelConstructors 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 CameraKannalaBrandtBundleAdjustmentOps.convert(BundleKannalaBrandt src, int width, int height, @Nullable CameraKannalaBrandt dst) ConvertsCameraKannalaBrandtintoCameraPinholeBrown.Methods in boofcv.alg.geo.bundle with parameters of type CameraKannalaBrandtModifier and TypeMethodDescriptionstatic CameraKannalaBrandtBundleAdjustmentOps.convert(BundleKannalaBrandt src, int width, int height, @Nullable CameraKannalaBrandt dst) ConvertsCameraKannalaBrandtintoCameraPinholeBrown. -
Uses of CameraKannalaBrandt in boofcv.alg.geo.bundle.cameras
Fields in boofcv.alg.geo.bundle.cameras declared as CameraKannalaBrandtModifier and TypeFieldDescriptionfinal CameraKannalaBrandtBundleKannalaBrandt.modelCamera 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 TypeMethodDescriptionbooleanCameraKannalaBrandt.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