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

FIL.SaveEdgeModel2

Saves serialized template matching EdgeModel2 object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SaveEdgeModel2
(
	FilNet.EdgeModel2 inEdgeModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inEdgeModelFilNet.EdgeModel2Model to be serialized.
inFilenamestringName of the target file.

See also