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

FIL.SaveGrayModel2

Saves serialized template matching GrayModel2 object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also