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

