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

AVL.UndistortImage Method

Removes lens distortion from an image. To be used with a GUI based on chessboard pattern recognition.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void UndistortImage(
	AvlNet.Image inImage,
	AvlNet.SpatialMap inUndistortionMap,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inUndistortionMapAvlNet.SpatialMapDefinition of the transformation.
outImageAvlNet.ImageOutput image.

See also