Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Calibration » CalibrateCameraFromImages_CustomCircleGrid
Returns a spatial map with undistortion map.
Name | Type | Description | |
---|---|---|---|
![]() |
inImages | ImageArray | Images with calibration boards |
![]() |
inPatternWidth | Integer | |
![]() |
inPatternHeight | Integer | |
![]() |
inSymmetricPattern | Bool | Is grid symmetrical |
![]() |
inCellWidth | Integer | |
![]() |
inUseClustering | Bool | |
![]() |
outSpatialMap | SpatialMap? | Output spatial map |
![]() |
outError | Real? |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Empty image set |
DomainError | inCellWidth must be non-zero in CalibrateCameraFromImages_CustomCircleGrid. |
DomainError | inImage must have pixels of UInt8 type in cvFindCirclesGrid. |
DomainError | Empty image in cvFindCirclesGrid. |
DomainError | Pattern grid not found in CalibrateCameraFromImages_CustomCircleGrid. |
Complexity Level
This filter is available on Basic Complexity Level.