boofcv.examples.calibration
Class ExampleRemoveLensDistortion
- java.lang.Object
-
- boofcv.examples.calibration.ExampleRemoveLensDistortion
-
public class ExampleRemoveLensDistortion extends java.lang.ObjectAll real camera lens have distortion. This distortion causes large errors when attempting to recover the scene's structure and camera's motion. The following example demonstrates how the lens distortion can be removed from an image after the camera has been calibrated. After lens distortion has been removed the new image will not be properly contained inside the original image side. Methods are provided for scaling and translating the image to maximize the view area using different metrics. After this adjustment has been done the new image is equivalent to one being generated by a virtual camera with a different set of intrinsic parameters.
-
-
Constructor Summary
Constructors Constructor and Description ExampleRemoveLensDistortion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG