You are here: Start » AVL.NET » AVL.LensDistortionToMatrix

AVL.LensDistortionToMatrix

Returns LensDistortion as a Matrix of distortion coefficients.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LensDistortionToMatrix
(
	AvlNet.LensDistortion inDistortion,
	AvlNet.Matrix outMatrix
)

Parameters

Name Type Range Default Description
inDistortionAvlNet.LensDistortion
outMatrixAvlNet.Matrix

See also