Back to Adaptive Vision Library website

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

SaveGrayModel


Saves serialized template matching GrayModel object as avdata file.

Header:AVL.h

Syntax

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

Parameters

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