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

FIL.LoadGrayModel

Loads serialized template matching GrayModel object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadGrayModel
(
	string inFilename,
	FilNet.GrayModel outGrayModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outGrayModelFilNet.GrayModelDeserialized output model.

See also