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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
get
(int i) boolean
void
reset()
void
set
(int i, ChessboardCornerClusterFinder.Edge e) int
size()
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()
-