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

AVL.LoadGrayModel2

Loads serialized template matching GrayModel2 object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LoadGrayModel2
(
	string inFilename,
	AvlNet.GrayModel2 outGrayModel
)

Parameters

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

See also