Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms Maps » SaveSpatialMap

SaveSpatialMap
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Serializes a SpatialMap object to an FIDATA file.
Syntax
C++
C#
void fil::SaveSpatialMap ( const fil::SpatialMap& inSpatialMap, const ftl::File& inFilename )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSpatialMap | const SpatialMap& | SpatialMap to be serialized | |
![]() |
inFilename | const File& | Name of the target file |