You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.ConvertRectificationMap

AVL.ConvertRectificationMap

Converts a rectification map to a different format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ConvertRectificationMap
(
	AvlNet.RectificationMap inRectificationMap,
	int inNewPitchAlignment,
	AvlNet.RectificationMap outRectificationMap
)

Parameters

Name Type Range Default Description
inRectificationMapAvlNet.RectificationMap
inNewPitchAlignmentint<0, +INF>16Default value: 16.
outRectificationMapAvlNet.RectificationMap

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect inSpatialMap map in ConvertRectificationMap.

Function Overrides

See also