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,
	AvlNet.Region inMapRoi,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inUndistortionMapAvlNet.SpatialMapDefinition of the transformation.
inMapRoiAvlNet.RegionDefines which elements of the spatial map are valid. Default value: atl::NIL, or null.
outImageAvlNet.ImageOutput image.

See also