Back to Adaptive Vision Library website
You are here: Start » Function Reference » Camera Calibration IO » SaveRectificationMap
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Saves serialized RectificationMap object as avdata file.
Syntax
C++
C#
void avl::SaveRectificationMap ( const avl::RectificationMap& inRectificationMap, const atl::File& inFilename )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectificationMap | const RectificationMap& | RectificationMap to be serialized | |
![]() |
inFilename | const File& | Name of the target file |

