Class ImageDeskew.HoughLine

  • Enclosing class:
    ImageDeskew

    public class ImageDeskew.HoughLine
    extends java.lang.Object
    Representation of a line in the image.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double alpha  
      int count  
      double d  
      int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      HoughLine()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        public int count
      • index

        public int index
      • alpha

        public double alpha
      • d

        public double d
    • Constructor Detail

      • HoughLine

        public HoughLine()