Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Template Matching » SaveGrayModel2
SaveGrayModel2
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | MatchingBasic |
Saves serialized template matching GrayModel2 object as FIDATA file.
Syntax
C++
C#
void fil::SaveGrayModel2 ( const fil::GrayModel2& inGrayModel, const ftl::File& inFilename )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inGrayModel | const GrayModel2& | Model to be serialized | |
![]() |
inFilename | const File& | Name of the target file |

