boofcv.examples.geometry
Class ExampleRemovePerspectiveDistortion
- java.lang.Object
-
- boofcv.examples.geometry.ExampleRemovePerspectiveDistortion
-
public class ExampleRemovePerspectiveDistortion extends java.lang.ObjectCertain image processing techniques, such as Optical Character Recognition (OCR), can be performed better if perspective distortion is remove from an image. In this example a homography is computed from the four corners of a bulletin board and the image is projected into a square image without perspective distortion. TheRemovePerspectiveDistortionclass is used to perform the distortion. The class is easy to understand if you know what a homography is, you should look at it!
-
-
Constructor Summary
Constructors Constructor and Description ExampleRemovePerspectiveDistortion()
-
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