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

AVL.SaveGrayModel2

Saves serialized template matching GrayModel2 object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveGrayModel2
(
	AvlNet.GrayModel2 inGrayModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inGrayModelAvlNet.GrayModel2Model to be serialized.
inFilenamestringName of the target file.

See also