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

AVL.SaveGrayModel

Saves serialized template matching GrayModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveGrayModel
(
	AvlNet.GrayModel inGrayModel,
	string inFilename
)

Parameters

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

See also