Documentation of 'boofcv.examples.geometry.ExampleRemovePerspectiveDistortion' Java class
ExampleRemovePerspectiveDistortion
boofcv.examples.geometry

Class ExampleRemovePerspectiveDistortion



  • public class ExampleRemovePerspectiveDistortion
    extends java.lang.Object
    Certain 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. The RemovePerspectiveDistortion class is used to perform the distortion. The class is easy to understand if you know what a homography is, you should look at it!
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleRemovePerspectiveDistortion

        public ExampleRemovePerspectiveDistortion()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.