You are here: Start » AVL.NET » AVL.CalibrateCameraFromImages_Chessboard(AvlNet.Image[], int, int, int, int, AvlNet.SpatialMap, float?)
AVL.CalibrateCameraFromImages_Chessboard(AvlNet.Image[], int, int, int, int, AvlNet.SpatialMap, float?)
Returns a spatial map with undistortion map.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CalibrateCameraFromImages_Chessboard( AvlNet.Image[] inImages, int inColumnCount, int inRowsCount, int inMapWidth, int inMapHeight, out AvlNet.SpatialMap outSpatialMap, out float? outError )
Parameters
- inImages
- Type: AvlNet.Image
Images with calibration boards - inColumnCount
- Type: System.Int32
Chessboards columns count - inRowsCount
- Type: System.Int32
Chessboards rows count - inMapWidth
- Type: System.Int32
Output map width - inMapHeight
- Type: System.Int32
Output map height - outSpatialMap
- Type: AvlNet.SpatialMap
Output spatial map - outError
- Type: System.Nullable<System.Single>
Calibration approximation error
Errors
| Error type | Description |
|---|---|
| DomainError | Empty array inImages in CalibrateCameraFromImages_Chessboard. |
