Back to FabImage Library website

You are here: Start » Function Reference » Computer Vision » Camera Calibration IO » SaveAnyCameraModel

SaveAnyCameraModel


Header: FIL.h
Namespace: fil
Module: Calibration

Saves serialized AnyCameraModel object as FIDATA file.

Syntax

C++
C#
 
void fil::SaveAnyCameraModel
(
	const fil::AnyCameraModel& inAnyCameraModel,
	const ftl::File& inFilename
)

Parameters

Name Type Default Description
Input value inAnyCameraModel const AnyCameraModel& AnyCameraModel to be serialized
Input value inFilename const File& Name of the target file