Class HoughLine

java.lang.Object
one.empty3.feature.HoughLine
All Implemented Interfaces:
Comparable

public class HoughLine extends Object implements Comparable
  • Field Details

    • theta

      protected double theta
    • r

      protected double r
  • Constructor Details

    • HoughLine

      public HoughLine(double theta, double r)
    • HoughLine

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