Back to FabImage Library Lite website
You are here: Start » Camera Calibration IO » SaveAnyCameraModel
SaveAnyCameraModel
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Saves serialized AnyCameraModel object as fidata file.
Syntax
void fil::SaveAnyCameraModel ( const fil::AnyCameraModel& inAnyCameraModel, const ftl::File& inFilename )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inAnyCameraModel | const AnyCameraModel& | AnyCameraModel to be serialized | |
![]() |
inFilename | const File& | Name of the target file |

