Package boofcv.factory.distort
Class LensDistortionFactory
java.lang.Object
boofcv.factory.distort.LensDistortionFactory
Factory for lens distortion given different built-in camera models.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LensDistortionNarrowFOV
narrow
(CameraModel param) Creates thelens distortion
for the specified camera parameters.static LensDistortionWideFOV
wide
(CameraModel param) Creates thelens distortion
for the specified camera parameters.
-
Constructor Details
-
LensDistortionFactory
public LensDistortionFactory()
-
-
Method Details
-
narrow
Creates the
lens distortion
for the specified camera parameters. -
wide
Creates the
lens distortion
for the specified camera parameters.
-