Package boofcv.alg.fiducial.calib.chess
Class ChessboardCornerClusterFinder.EdgeSet
java.lang.Object
boofcv.alg.fiducial.calib.chess.ChessboardCornerClusterFinder.EdgeSet
- Enclosing class:
- ChessboardCornerClusterFinder<T extends ImageGray<T>>
public static class ChessboardCornerClusterFinder.EdgeSet extends Object
Collection of edges that share the same relationship with the source vertex. See
ChessboardCornerClusterFinder.EdgeType
.-
Field Summary
Fields Modifier and Type Field Description List<ChessboardCornerClusterFinder.Edge>
edges
-
Constructor Summary
Constructors Constructor Description EdgeSet()
-
Method Summary
Modifier and Type Method Description void
add(ChessboardCornerClusterFinder.Edge e)
int
find(ChessboardCornerClusterFinder.LineInfo line)
int
find(ChessboardCornerClusterFinder.Vertex v)
ChessboardCornerClusterFinder.Edge
get(int i)
boolean
remove(ChessboardCornerClusterFinder.LineInfo line)
void
reset()
void
set(int i, ChessboardCornerClusterFinder.Edge e)
int
size()
void
sortByAngle()
-
Field Details
-
edges
-
-
Constructor Details
-
EdgeSet
public EdgeSet()
-
-
Method Details
-
reset
public void reset() -
add
-
get
-
set
-
size
public int size() -
find
-
find
-
remove
-
sortByAngle
public void sortByAngle()
-