Back to Aurora Vision Library website

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

LoadGrayModel


Header: AVL.h
Namespace: avl
Module: MatchingBasic

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
Input value inFilename const File& Name of the source file
Output value outGrayModel GrayModel& Deserialized output model