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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inCameraMatrix
Type: AvlNet.Matrix
inDistortion
Type: AvlNet.LensDistortion
inMapWidth
Type: System.Nullable<System.Int32>
inMapHeight
Type: System.Nullable<System.Int32>
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

See also