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

FIL.SaveGrayModel

Saves serialized template matching GrayModel object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also