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

AVL.CreateUndistortionMap_Divisional

Computes a spatial transform map for undistorting images using divisional model.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateUndistortionMap_Divisional
(
	AvlNet.ImageFormat inImageFormat,
	float inKappa,
	AvlNet.Point2D? inCenter,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.SpatialMap outMap
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormat
inKappafloat
inCenterAvlNet.Point2D?
inInterpolationMethodAvlNet.InterpolationMethod
outMapAvlNet.SpatialMap

See also