Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration IO » SaveRectificationMap
SaveRectificationMap
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Calibration |
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 |

