Uses of Class
boofcv.alg.feature.detect.chess.ChessboardCorner
Package
Description
-
Uses of ChessboardCorner in boofcv.alg.feature.detect.chess
Modifier and TypeFieldDescriptionDetectChessboardCornersXPyramid.corners
Storage for final output cornersModifier and TypeMethodDescriptiondouble
ChessboardCornerDistance.distance
(ChessboardCorner a, ChessboardCorner b) void
ChessboardCorner.setTo
(ChessboardCorner c) double
ChessboardCornerDistance.valueAt
(ChessboardCorner point, int index) -
Uses of ChessboardCorner in boofcv.alg.fiducial.calib.chess
Modifier and TypeFieldDescriptionChessboardCornerGraph.Node.corner
Reference to the corner this node came from.Modifier and TypeMethodDescriptionfloat
ChessboardCornerEdgeIntensity.process
(ChessboardCorner ca, ChessboardCorner cb, double direction_a_to_b) Computes a value for the line intensity between two corners.Modifier and TypeMethodDescriptionvoid
ChessboardCornerClusterFinder.process
(T image, List<ChessboardCorner> corners, int numLevels) Processes corners and finds clusters of chessboard patternsprotected void
ChessboardCornerClusterFinder.pruneConnectionsByIntensity
(List<ChessboardCorner> corners) Computes edge intensity and prunes connections if it's too low relative -
Uses of ChessboardCorner in boofcv.alg.fiducial.calib.ecocheck
Modifier and TypeFieldDescriptionfinal DogArray<ChessboardCorner>
ECoCheckFound.metadata
Corner image processing metadata.Modifier and TypeMethodDescriptionvoid
ECoCheckFound.addCorner
(ChessboardCorner corner, int cornerID) -
Uses of ChessboardCorner in boofcv.gui.calibration
Modifier and TypeMethodDescriptionstatic void
UtilCalibrationGui.drawIndexes
(Graphics2D g2, int fontSize, List<ChessboardCorner> points, @Nullable Point2Transform2_F32 transform, int minLevel, double scale)