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>>
Collection of edges that share the same relationship with the source vertex. See
ChessboardCornerClusterFinder.EdgeType.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintget(int i) booleanvoidreset()voidset(int i, ChessboardCornerClusterFinder.Edge e) intsize()void
-
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()
-