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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LensDistortionNarrowFOVnarrow(CameraModel param) Creates thelens distortionfor the specified camera parameters.static LensDistortionWideFOVwide(CameraModel param) Creates thelens distortionfor the specified camera parameters.
-
Constructor Details
-
LensDistortionFactory
public LensDistortionFactory()
-
-
Method Details
-
narrow
Creates the
lens distortionfor the specified camera parameters. -
wide
Creates the
lens distortionfor the specified camera parameters.
-