You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms Maps » AVL.CreatePincushionMap

AVL.CreatePincushionMap

Creates a spatial map for removing/adding pincushion distortion, using divisional lens distortion model.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also