Package boofcv.factory.distort
Class LensDistortionFactory
java.lang.Object
boofcv.factory.distort.LensDistortionFactory
public class LensDistortionFactory extends Object
Factory for lens distortion given different built-in camera models.
-
Constructor Summary
Constructors Constructor Description LensDistortionFactory()
-
Method Summary
Modifier and Type Method Description static 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.
-