boofcv.factory.calib
Class FactoryCalibrationTarget
- java.lang.Object
-
- boofcv.factory.calib.FactoryCalibrationTarget
-
public class FactoryCalibrationTarget extends java.lang.ObjectCreates descriptions of commonly used calibration targets
-
-
Constructor Summary
Constructors Constructor and Description FactoryCalibrationTarget()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static CalibrationDetectorSquareFiducialGriddetectorBinaryGrid(ConfigSquareGridBinary config)Creates a fiducial that is a grid composed of square binary fiducials.static CalibrationDetectorChessboarddetectorChessboard(ConfigChessboard config)Creates a calibration target detector for chessboard targets.static CalibrationDetectorSquareGriddetectorSquareGrid(ConfigSquareGrid config)Creates a calibration target detector for square grid targets.
-
-
-
Method Detail
-
detectorSquareGrid
public static CalibrationDetectorSquareGrid detectorSquareGrid(ConfigSquareGrid config)
Creates a calibration target detector for square grid targets.- Parameters:
config- Configuration for chessboard detector- Returns:
- Square grid target detector.
- See Also:
DetectSquareGridFiducial
-
detectorChessboard
public static CalibrationDetectorChessboard detectorChessboard(ConfigChessboard config)
Creates a calibration target detector for chessboard targets. Adjust the feature radius for best performance.- Parameters:
config- Configuration for chessboard detector- Returns:
- Square grid target detector.
- See Also:
DetectChessboardFiducial
-
detectorBinaryGrid
public static CalibrationDetectorSquareFiducialGrid detectorBinaryGrid(ConfigSquareGridBinary config)
Creates a fiducial that is a grid composed of square binary fiducials.- Parameters:
config- Configuration of binary target- Returns:
- Detector for binary grid target
- See Also:
CalibrationDetectorSquareFiducialGrid
-
-
DataMelt 3.0 © DataMelt by jWork.ORG