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

FIL.SaveRectificationMap

Saves serialized RectificationMap object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also