Uses of Interface
boofcv.alg.distort.LensDistortionWideFOV
Packages that use LensDistortionWideFOV
Package
Description
-
Uses of LensDistortionWideFOV in boofcv.alg.distort
Methods in boofcv.alg.distort with parameters of type LensDistortionWideFOVModifier and TypeMethodDescriptionvoidMultiCameraToEquirectangular.addCamera(Se3_F32 cameraToCommon, LensDistortionWideFOV factory, int width, int height) Adds a camera and attempts to compute the mask from the provided distortion model.voidMultiCameraToEquirectangular.addCamera(Se3_F32 cameraToCommon, LensDistortionWideFOV factory, GrayU8 camMask) Adds a camera and attempts to compute the mask from the provided distortion model.voidNarrowToWidePtoP_F32.configure(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) voidNarrowToWidePtoP_F64.configure(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) Constructors in boofcv.alg.distort with parameters of type LensDistortionWideFOVModifierConstructorDescriptionNarrowToWidePtoP_F32(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) NarrowToWidePtoP_F64(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) -
Uses of LensDistortionWideFOV in boofcv.alg.distort.kanbra
Classes in boofcv.alg.distort.kanbra that implement LensDistortionWideFOVModifier and TypeClassDescriptionclassFactory for creating forwards and backwards transforms usingCameraKannalaBrandt -
Uses of LensDistortionWideFOV in boofcv.alg.distort.universal
Classes in boofcv.alg.distort.universal that implement LensDistortionWideFOV -
Uses of LensDistortionWideFOV in boofcv.factory.distort
Methods in boofcv.factory.distort that return LensDistortionWideFOVModifier and TypeMethodDescriptionstatic LensDistortionWideFOVLensDistortionFactory.wide(CameraModel param) Creates thelens distortionfor the specified camera parameters. -
Uses of LensDistortionWideFOV in boofcv.gui.calibration
Methods in boofcv.gui.calibration with parameters of type LensDistortionWideFOVModifier and TypeMethodDescriptionvoidDisplayFisheyeCalibrationPanel.setCalibration(LensDistortionWideFOV fisheyeDistort, int width, int height)