Back to Adaptive Vision Library website

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

LoadGrayModel


Header:AVL.h
Namespace:avl

Loads serialized template matching GrayModel object from avdata file.

Syntax

C++
C#
 
void avl::LoadGrayModel
(
	const atl::File& inFilename,
	avl::GrayModel& outGrayModel
)

Parameters

Name Type Default Description
inFilename const File& Name of the source file
outGrayModel GrayModel& Deserialized output model