Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Computer Vision » Camera Calibration » DetectCalibrationGrid_Chessboard_Deprecated

DetectCalibrationGrid_Chessboard_Deprecated


Module: Calibration

Detects a chessboard calibration grid on the image, and returns calibration points where 4 chessboard squares meet.

Applications

Camera calibration, image to world coordinates transformations.
Name Type Range Description
Input value inImage Image Input image
Input value inRoi Region* Range of pixels to be processed
Input value inBoardSize Size Number of checkerboard squares in X and Y dimensions.
Input value inWorldSquareSize Real 0.001 - Real-world length of a single chessboard square.
Input value inFastApproximate Bool Fast filter execution, but result is approximate.
Output value outImagePoints Point2DArray? Image coordinates of detected calibration points.
Output value outWorldPlanePoints Point2DArray? World plane coordinates of detected calibration points.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input image is too small
DomainError Input image must have pixels of UInt8 type
DomainError Specified board is too small, minimum size is 4x4

Complexity Level

This filter is available on Advanced Complexity Level.