Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Calibration » IsCircleGridPresent
Detects a circle board on an image. Returns the center of each circle.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inBoardColumns | Integer | 4 - ![]() |
Number of ranks (columns) of the chessboard |
![]() |
inBoardRows | Integer | 4 - ![]() |
Number of files (rows) of the chessboard |
![]() |
inSymmetricPattern | Bool | Board has symmetric pattern. | |
![]() |
outImageGridPoints | Point2DArray? | Approximated position of grid points |
Applications
Preparation of data required for creating image undistortion map.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | inImage must have pixels of UInt8 type in cvFindCirclesGrid. |
DomainError | Empty image in cvFindCirclesGrid. |
Complexity Level
This filter is available on Basic Complexity Level.