You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration IO » 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 | |
|---|---|---|---|---|---|
![]() | inRectificationMap | FilNet.RectificationMap | RectificationMap to be serialized. | ||
![]() | inFilename | string | Name of the target file. |

