Start » Filter Reference » Computer Vision » Camera Calibration » IsChessBoardPresent_Deprecated
Module: | Calibration |
---|
Detects a chessboard on the image, and returns the points where 4 chessboard squares meet.
Applications
Preparation of data required for creating image undistortion map.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
inChessboardWidth | Integer | 4 - | Number of ranks (columns) of the chessboard | |
inChessboardHeight | Integer | 4 - | Number of files (rows) of the chessboard | |
outImageGridPoints | Point2DArray? | Approximated position of grid points |
Complexity Level
This filter is available on Basic Complexity Level.