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

AVL.SaveRectificationMap

Saves serialized RectificationMap object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveRectificationMap
(
	AvlNet.RectificationMap inRectificationMap,
	string inFilename
)

Parameters

Name Type Range Default Description
inRectificationMapAvlNet.RectificationMapRectificationMap to be serialized.
inFilenamestringName of the target file.

See also