Package one.empty3.feature
Class FollowLines
- java.lang.Object
-
- one.empty3.feature.FollowLines
-
public class FollowLines extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FollowLines(M3 traces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.ArrayList<Line>
getLines()
double
getThreshold()
M3
getTraces()
int
hashCode()
java.util.ArrayList<Line>
processPoints(int ii, int ij)
void
setLines(java.util.ArrayList<Line> lines)
void
setThreshold(double threshold)
void
setTraces(M3 traces)
-
-
-
Constructor Detail
-
FollowLines
public FollowLines(M3 traces)
-
-
Method Detail
-
getTraces
public M3 getTraces()
-
setTraces
public void setTraces(M3 traces)
-
getThreshold
public double getThreshold()
-
setThreshold
public void setThreshold(double threshold)
-
getLines
public java.util.ArrayList<Line> getLines()
-
setLines
public void setLines(java.util.ArrayList<Line> lines)
-
processPoints
public java.util.ArrayList<Line> processPoints(int ii, int ij)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-