Uses of Class
boofcv.alg.feature.detect.chess.ChessboardCorner
Packages that use ChessboardCorner
Package
Description
-
Uses of ChessboardCorner in boofcv.alg.feature.detect.chess
Fields in boofcv.alg.feature.detect.chess with type parameters of type ChessboardCornerModifier and TypeFieldDescriptionDetectChessboardCornersXPyramid.cornersStorage for final output cornersMethods in boofcv.alg.feature.detect.chess that return types with arguments of type ChessboardCornerMethods in boofcv.alg.feature.detect.chess with parameters of type ChessboardCornerModifier and TypeMethodDescriptiondoubleChessboardCornerDistance.distance(ChessboardCorner a, ChessboardCorner b) voidChessboardCorner.setTo(ChessboardCorner c) doubleChessboardCornerDistance.valueAt(ChessboardCorner point, int index) -
Uses of ChessboardCorner in boofcv.alg.fiducial.calib.chess
Fields in boofcv.alg.fiducial.calib.chess declared as ChessboardCornerModifier and TypeFieldDescriptionChessboardCornerGraph.Node.cornerReference to the corner this node came from.Methods in boofcv.alg.fiducial.calib.chess with parameters of type ChessboardCornerModifier and TypeMethodDescriptionfloatChessboardCornerEdgeIntensity.process(ChessboardCorner ca, ChessboardCorner cb, double direction_a_to_b) Computes a value for the line intensity between two corners.Method parameters in boofcv.alg.fiducial.calib.chess with type arguments of type ChessboardCornerModifier and TypeMethodDescriptionvoidChessboardCornerClusterFinder.process(T image, List<ChessboardCorner> corners, int numLevels) Processes corners and finds clusters of chessboard patternsprotected voidChessboardCornerClusterFinder.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
Fields in boofcv.alg.fiducial.calib.ecocheck with type parameters of type ChessboardCornerModifier and TypeFieldDescriptionfinal DogArray<ChessboardCorner>ECoCheckFound.metadataCorner image processing metadata.Methods in boofcv.alg.fiducial.calib.ecocheck with parameters of type ChessboardCornerModifier and TypeMethodDescriptionvoidECoCheckFound.addCorner(ChessboardCorner corner, int cornerID) -
Uses of ChessboardCorner in boofcv.gui.calibration
Method parameters in boofcv.gui.calibration with type arguments of type ChessboardCornerModifier and TypeMethodDescriptionstatic voidUtilCalibrationGui.drawIndexes(Graphics2D g2, int fontSize, List<ChessboardCorner> points, @Nullable Point2Transform2_F32 transform, int minLevel, double scale)