Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration IO » SaveRectificationMap

SaveRectificationMap
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Saves serialized RectificationMap object as FIDATA file.
Syntax
C++
C#
void fil::SaveRectificationMap ( const fil::RectificationMap& inRectificationMap, const ftl::File& inFilename )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectificationMap | const RectificationMap& | RectificationMap to be serialized | |
![]() |
inFilename | const File& | Name of the target file |