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

AVL.LoadEdgeModel2

Loads serialized template matching EdgeModel2 object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also