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 TypeMethodDescriptionvoid
CameraToEquirectangular_F32.setCameraModel
(CameraUniversalOmni camera) void
CameraToEquirectangular_F64.setCameraModel
(CameraUniversalOmni camera) -
Uses of CameraUniversalOmni in boofcv.alg.distort.universal
Methods in boofcv.alg.distort.universal with parameters of type CameraUniversalOmniModifier and TypeMethodDescriptionvoid
UniOmniPtoS_F32.setModel
(CameraUniversalOmni model) void
UniOmniPtoS_F64.setModel
(CameraUniversalOmni model) void
UniOmniStoP_F32.setModel
(CameraUniversalOmni model) void
UniOmniStoP_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 TypeMethodDescriptionvoid
CameraUniversalOmni.setTo
(CameraUniversalOmni original) Assigns this model to be identical to the passed in modelConstructors in boofcv.struct.calib with parameters of type CameraUniversalOmni