Class HoughLine

  • All Implemented Interfaces:
    java.lang.Comparable

    public class HoughLine
    extends java.lang.Object
    implements java.lang.Comparable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double r  
      protected double theta  
    • Constructor Summary

      Constructors 
      Constructor Description
      HoughLine​(double theta, double r)  
      HoughLine​(double theta, int r, int votes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object o)  
      void draw​(java.awt.image.BufferedImage image, int color)  
      • Methods inherited from class java.lang.Object

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

      • theta

        protected double theta
      • r

        protected double r
    • Constructor Detail

      • HoughLine

        public HoughLine​(double theta,
                         double r)
      • HoughLine

        public HoughLine​(double theta,
                         int r,
                         int votes)
    • Method Detail

      • draw

        public void draw​(java.awt.image.BufferedImage image,
                         int color)
      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable