Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Calibration » CalibrateCameraFromImages_Chessboard
Returns a spatial map with undistortion map.
Name | Type | Description | |
---|---|---|---|
![]() |
inImages | ImageArray | Images with calibration boards |
![]() |
inColumnCount | Integer | Chessboards columns count |
![]() |
inRowsCount | Integer | Chessboards rows count |
![]() |
inMapWidth | Integer | Output map width |
![]() |
inMapHeight | Integer | Output map height |
![]() |
inUseRationalModel | Bool | Rational model |
![]() |
inGridScale | Real | Size of each cell |
![]() |
inDisableTangentialDistortion | Bool | Disable lens tilt distortion |
![]() |
outSpatialMap | SpatialMap | Output spatial map |
![]() |
outError | Real? | Calibration approximation error |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | inGridScale cannot be 0 in CalibrateCameraFromImages_Chessboard. |
DomainError | Empty array inImages in CalibrateCameraFromImages_Chessboard. |
Complexity Level
This filter is available on Basic Complexity Level.