Back to Adaptive Vision Library website

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

SaveGrayModel


Header:AVL.h
Namespace:avl

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
inGrayModel const GrayModel& Model to be serialized
inFilename const File& Name of the target file