Class ImageDeskew


  • public class ImageDeskew
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  ImageDeskew.HoughLine
      Representation of a line in the image.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageDeskew​(java.awt.image.BufferedImage image)
      Constructor.
    • Method Summary

      Modifier and Type Method Description
      double getAlpha​(int index)  
      double getSkewAngle()
      Calculates the skew angle of the image cImage.
      • Methods inherited from class java.lang.Object

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

      • ImageDeskew

        public ImageDeskew​(java.awt.image.BufferedImage image)
        Constructor.
        Parameters:
        image -
    • Method Detail

      • getSkewAngle

        public double getSkewAngle()
        Calculates the skew angle of the image cImage.
        Returns:
      • getAlpha

        public double getAlpha​(int index)