Uses of Class
boofcv.struct.calib.CameraUniversalOmni
Packages that use CameraUniversalOmni
Package
Description
-
Uses of CameraUniversalOmni in boofcv.alg.distort.spherical
Methods in boofcv.alg.distort.spherical with parameters of type CameraUniversalOmniModifier and TypeMethodDescriptionvoidCameraToEquirectangular_F32.setCameraModel(CameraUniversalOmni camera) voidCameraToEquirectangular_F64.setCameraModel(CameraUniversalOmni camera) -
Uses of CameraUniversalOmni in boofcv.alg.distort.universal
Methods in boofcv.alg.distort.universal with parameters of type CameraUniversalOmniModifier and TypeMethodDescriptionvoidUniOmniPtoS_F32.setModel(CameraUniversalOmni model) voidUniOmniPtoS_F64.setModel(CameraUniversalOmni model) voidUniOmniStoP_F32.setModel(CameraUniversalOmni model) voidUniOmniStoP_F64.setModel(CameraUniversalOmni model) Constructors in boofcv.alg.distort.universal with parameters of type CameraUniversalOmniModifierConstructorDescription -
Uses of CameraUniversalOmni in boofcv.alg.geo.bundle.cameras
Methods in boofcv.alg.geo.bundle.cameras with parameters of type CameraUniversalOmniConstructors in boofcv.alg.geo.bundle.cameras with parameters of type CameraUniversalOmni -
Uses of CameraUniversalOmni in boofcv.io.calibration
Methods in boofcv.io.calibration with parameters of type CameraUniversalOmniModifier and TypeMethodDescriptionCalibrationIO.putModelUniversalOmni(CameraUniversalOmni parameters, @Nullable Map<String, Object> map) -
Uses of CameraUniversalOmni in boofcv.simulation
Methods in boofcv.simulation with parameters of type CameraUniversalOmni -
Uses of CameraUniversalOmni in boofcv.struct.calib
Methods in boofcv.struct.calib that return CameraUniversalOmniModifier and TypeMethodDescriptionCameraUniversalOmni.fsetMirror(double mirrorOffset) CameraUniversalOmni.fsetRadial(double... radial) CameraUniversalOmni.fsetTangential(double t1, double t2) Methods in boofcv.struct.calib with parameters of type CameraUniversalOmniModifier and TypeMethodDescriptionvoidCameraUniversalOmni.setTo(CameraUniversalOmni original) Assigns this model to be identical to the passed in modelConstructors in boofcv.struct.calib with parameters of type CameraUniversalOmni