Back to Aurora Vision Library website

You are here: Start » Function Reference » Computer Vision » Template Matching » SaveGrayModel

SaveGrayModel


Header: AVL.h
Namespace: avl
Module: MatchingBasic

Saves serialized template matching GrayModel object as AVDATA file.

Syntax

C++
C#
 
void avl::SaveGrayModel
(
	const avl::GrayModel& inGrayModel,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
Input value inGrayModel const GrayModel& Model to be serialized
Input value inFilename const File& Name of the target file