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

AVL.LoadGrayModel

Loads serialized template matching GrayModel object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LoadGrayModel
(
	string inFilename,
	AvlNet.GrayModel outGrayModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outGrayModelAvlNet.GrayModelDeserialized output model.

See also