You are here: Start » AVL.NET » AVS.RectifyImage Method

AVS.RectifyImage Method

Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RectifyImage
(
	AvlNet.Image inImage,
	AvlNet.RectificationMap inRectificationMap,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRectificationMapAvlNet.RectificationMapThe spatial map with associated data for world coordinates calculation on rectified image. Designed to be set with calibration GUI.
outImageAvlNet.ImageRemapped image.

Function Overrides

See also