Class FollowLines

java.lang.Object
one.empty3.feature.FollowLines

public class FollowLines extends Object
  • Constructor Details

    • FollowLines

      public FollowLines(M3 traces)
  • Method Details

    • getTraces

      public M3 getTraces()
    • setTraces

      public void setTraces(M3 traces)
    • getThreshold

      public double getThreshold()
    • setThreshold

      public void setThreshold(double threshold)
    • getLines

      public ArrayList<Line> getLines()
    • setLines

      public void setLines(ArrayList<Line> lines)
    • processPoints

      public ArrayList<Line> processPoints(int ii, int ij)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object