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

FIL.LoadEdgeModel

Loads serialized template matching EdgeModel object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadEdgeModel
(
	string inFilename,
	FilNet.EdgeModel outEdgeModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outEdgeModelFilNet.EdgeModelDeserialized output model.

See also