You are here:
Start »
AVL.NET »
AVL.CalibrateCameraFromImages_CustomGrid(AvlNet.Image[], int, float, float, int, int, int, int, bool, float, AvlNet.SpatialMap, float?, AvlNet.Region[][])
AVL.CalibrateCameraFromImages_CustomGrid(AvlNet.Image[], int, float, float, int, int, int, int, bool, float, AvlNet.SpatialMap, float?, AvlNet.Region[][])
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void CalibrateCameraFromImages_CustomGrid(
AvlNet.Image[] inImages,
int inRadius,
float inMinRelative,
float inHysteresis,
int inPatternMinWidth,
int inPatternMaxWidth,
int inPatternMinHeight,
int inPatternMaxHeight,
bool inCreateMap,
float inGridScale,
out AvlNet.SpatialMap outSpatialMap,
out float? outError,
out AvlNet.Region[][] outRegions
)
Parameters
- inImages
- Type: AvlNet.Image
- inRadius
- Type: System.Int32
- inMinRelative
- Type: System.Single
- inHysteresis
- Type: System.Single
- inPatternMinWidth
- Type: System.Int32
- inPatternMaxWidth
- Type: System.Int32
- inPatternMinHeight
- Type: System.Int32
- inPatternMaxHeight
- Type: System.Int32
- inCreateMap
- Type: System.Boolean
- inGridScale
- Type: System.Single
- outSpatialMap
- Type: AvlNet.SpatialMap
- outError
- Type: System.Nullable<System.Single>
- outRegions
- Type: AvlNet.Region
Errors
| Error type |
Description |
| DomainError |
inCellWidth cannot be 0 in CalibrateCameraFromImages_Chessboard. |
| DomainError |
No images were selected for CalibrateCameraFromImages_Chessboard. |
See also