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

AVL.CreateUndistortionMap_Divisional Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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