Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Template Matching » LoadGrayModel2
LoadGrayModel2
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | MatchingBasic |
Loads serialized template matching GrayModel2 object from FIDATA file.
Syntax
C++
C#
void fil::LoadGrayModel2 ( const ftl::File& inFilename, fil::GrayModel2& outGrayModel )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | const File& | Name of the source file | |
![]() |
outGrayModel | GrayModel2& | Deserialized output model |


