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

