You are here: Start » AVL.NET » AVL.CreateUndistortionMap(AvlNet.Matrix, AvlNet.LensDistortion, AvlNet.Vector2D, float, float, float, float, AvlNet.ImageFormat, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)

AVL.CreateUndistortionMap(AvlNet.Matrix, AvlNet.LensDistortion, AvlNet.Vector2D, float, float, float, float, AvlNet.ImageFormat, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateUndistortionMap(
	AvlNet.Matrix inCameraMatrix,
	AvlNet.LensDistortion inDistortion,
	AvlNet.Vector2D inMapShift,
	float inMapRotation,
	float inCameraRotationY,
	float inCameraRotationX,
	float inCameraRotationZ,
	AvlNet.ImageFormat inImageFormat,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.SpatialMap outSpatialMap,
	out AvlNet.Region outOutputRegion
)

Parameters

inCameraMatrix
Type: AvlNet.Matrix
inDistortion
Type: AvlNet.LensDistortion
inMapShift
Type: AvlNet.Vector2D
inMapRotation
Type: System.Single
inCameraRotationY
Type: System.Single
inCameraRotationX
Type: System.Single
inCameraRotationZ
Type: System.Single
inImageFormat
Type: AvlNet.ImageFormat
inInterpolationMethod
Type: AvlNet.InterpolationMethod
outSpatialMap
Type: AvlNet.SpatialMap
outOutputRegion
Type: AvlNet.Region

See also