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

FIL.LoadEdgeModel2

Loads serialized template matching EdgeModel2 object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadEdgeModel2
(
	string inFilename,
	FilNet.EdgeModel2 outEdgeModel
)

Parameters

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

See also