You are here: Start » AVL.NET » AVL.CalibrateCamera(AvlNet.Point3D[][], AvlNet.Point2D[][], int, int, bool, bool, bool, AvlNet.Matrix, bool, bool, AvlNet.Matrix, AvlNet.LensDistortion, float[])

AVL.CalibrateCamera(AvlNet.Point3D[][], AvlNet.Point2D[][], int, int, bool, bool, bool, AvlNet.Matrix, bool, bool, AvlNet.Matrix, AvlNet.LensDistortion, float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CalibrateCamera(
	AvlNet.Point3D[][] inObjectPoints,
	AvlNet.Point2D[][] inImagePoints,
	int inImageWidth,
	int inImageHeight,
	bool inFixPrincipalPoint,
	bool inFixAspectRatio,
	bool inZeroTangentDist,
	AvlNet.Matrix inInitialCameraMatrix,
	bool inUseRationalModel,
	bool inUseThinPrismModel,
	out AvlNet.Matrix outCameraMatrix,
	out AvlNet.LensDistortion outDistortion,
	out float[] outUnitScales
)

Parameters

inObjectPoints
Type: AvlNet.Point3D
inImagePoints
Type: AvlNet.Point2D
inImageWidth
Type: System.Int32
inImageHeight
Type: System.Int32
inFixPrincipalPoint
Type: System.Boolean
inFixAspectRatio
Type: System.Boolean
inZeroTangentDist
Type: System.Boolean
inInitialCameraMatrix
Type: AvlNet.Matrix
inUseRationalModel
Type: System.Boolean
inUseThinPrismModel
Type: System.Boolean
outCameraMatrix
Type: AvlNet.Matrix
outDistortion
Type: AvlNet.LensDistortion
outUnitScales
Type: System.Single

See also