You are here: Start » AVL.NET » AVL.CalibrateCameraFromImages_CustomCircleGrid(AvlNet.Image[], int, int, bool, int, bool, AvlNet.SpatialMap)

AVL.CalibrateCameraFromImages_CustomCircleGrid(AvlNet.Image[], int, int, bool, int, bool, AvlNet.SpatialMap)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CalibrateCameraFromImages_CustomCircleGrid(
	AvlNet.Image[] inImages,
	int inPatternWidth,
	int inPatternHeight,
	bool inSymmetricPattern,
	int inCellWidth,
	bool inUseClustering,
	out AvlNet.SpatialMap outSpatialMap
)

Parameters

inImages
Type: AvlNet.Image
inPatternWidth
Type: System.Int32
inPatternHeight
Type: System.Int32
inSymmetricPattern
Type: System.Boolean
inCellWidth
Type: System.Int32
inUseClustering
Type: System.Boolean
outSpatialMap
Type: AvlNet.SpatialMap

Errors

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.

See also