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

FIL.LoadGrayModel2

Loads serialized template matching GrayModel2 object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadGrayModel2
(
	string inFilename,
	FilNet.GrayModel2 outGrayModel
)

Parameters

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

See also