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


