Basics
Guides
API Reference
Basics
Guides
API Reference
[120:7] extends: object
ConfigGridDimen wraps boofcv.abst.fiducial.calib.ConfigGridDimen.
ConfigGridDimen (int Rows = 3, int Cols = 3, ShapeSize = 1.0, ShapeDistance = 1.0)
Creates a calibration grid dimension config.
Rows is the number of rows.Cols is the number of columns.ShapeSize is each shape size.ShapeDistance is distance between shapes.get (string Name)
Gets a public config field.
Name is numRows, numCols, shapeSize, or shapeDistance.The field value.getSpacetoSizeRatio ()
Gets the spacing-to-size ratio.
The spacing ratio.checkValidity ()
Validates this config.
[82:7] extends: FiducialDetector
CalibrationFiducialDetector wraps boofcv.abst.fiducial.CalibrationFiducialDetector.
CalibrationFiducialDetector (object Obj)
Wraps a BoofCV CalibrationFiducialDetector.
Obj is an existing detector Java object or wrapper.getCalibrationPoints ()
Gets calibration points.
A Java list of Point2D_F64 calibration points.getCalibDetector ()
Gets the underlying calibration detector.
A BoofCV calibration detector Java object.getPoints2D3D ()
Gets detected 2D/3D points.
A Java list of Point2D3D objects.getSideWidth (int Index)
Gets target side width.
Index is the target index.The side width.getSideHeight (int Index)
Gets target side height.
Index is the target index.The side height.[177:7] extends: object
ConfigChessboardBinary wraps boofcv.abst.fiducial.calib.ConfigChessboardBinary.
ConfigChessboardBinary ()
Creates a binary chessboard config.
get (string Name)
Gets a public config field.
Name is maximumCornerDistance, thresholding, or square.The field value.set (string Name, Value)
Sets a public config field.
Name is maximumCornerDistance, thresholding, or square.Value is the new field value.checkValidity ()
Validates this config.
[204:7] extends: object
ConfigCircleHexagonalGrid wraps boofcv.abst.fiducial.calib.ConfigCircleHexagonalGrid.
ConfigCircleHexagonalGrid ()
Creates a hexagonal circle-grid config.
get (string Name)
Gets a public config field.
Name is thresholding, ellipse, ellipseSizeSimilarity, or edgeIntensitySimilarityTolerance.The field value.checkValidity ()
Validates this config.
[225:7] extends: object
ConfigCircleRegularGrid wraps boofcv.abst.fiducial.calib.ConfigCircleRegularGrid.
ConfigCircleRegularGrid ()
Creates a regular circle-grid config.
get (string Name)
Gets a public config field.
Name is thresholding, ellipse, ellipseSizeSimilarity, or edgeIntensitySimilarityTolerance.The field value.checkValidity ()
Validates this config.
[246:7] extends: object
ConfigSquareGrid wraps boofcv.abst.fiducial.calib.ConfigSquareGrid.
ConfigSquareGrid ()
Creates a square-grid config.
get (string Name)
Gets a public config field.
Name is thresholding or square.The field value.checkValidity ()
Validates this config.
[6:14] static extends: object
Static wrappers for calibration target factory methods on boofcv.factory.fiducial.FactoryFiducial.
chessboardB (object Config, object Grid, string ImageClassName)
Creates a binary chessboard calibration detector.
Config is a ConfigChessboardBinary wrapper.Grid is a ConfigGridDimen wrapper.ImageClassName is an input gray image class name or short image name.A CalibrationFiducialDetector wrapper.chessboardX (object Config, object Grid, string ImageClassName)
Creates an X-corner chessboard calibration detector.
Config is a ConfigChessboardX wrapper.Grid is a ConfigGridDimen wrapper.ImageClassName is an input gray image class name or short image name.A CalibrationFiducialDetector wrapper.squareGrid (object Config, object Grid, string ImageClassName)
Creates a square-grid calibration detector.
Config is a ConfigSquareGrid wrapper.Grid is a ConfigGridDimen wrapper.ImageClassName is an input gray image class name or short image name.A CalibrationFiducialDetector wrapper.circleHexagonalGrid (object Config, object Grid, string ImageClassName)
Creates a hexagonal circle-grid calibration detector.
Config is a ConfigCircleHexagonalGrid wrapper.Grid is a ConfigGridDimen wrapper.ImageClassName is an input gray image class name or short image name.A CalibrationFiducialDetector wrapper.circleRegularGrid (object Config, object Grid, string ImageClassName)
Creates a regular circle-grid calibration detector.
Config is a ConfigCircleRegularGrid wrapper.Grid is a ConfigGridDimen wrapper.ImageClassName is an input gray image class name or short image name.A CalibrationFiducialDetector wrapper.[150:7] extends: object
ConfigChessboardX wraps boofcv.abst.fiducial.calib.ConfigChessboardX.
ConfigChessboardX ()
Creates an X-corner chessboard config.
get (string Name)
Gets a public config field.
Name is one of the ConfigChessboardX public fields.The field value.set (string Name, Value)
Sets a public config field.
Name is one of the ConfigChessboardX public fields.Value is the new field value.checkValidity ()
Validates this config.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.