Back to Aurora Vision Library website

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

SaveEdgeModel2


Header: AVL.h
Namespace: avl
Module: MatchingPro

Saves serialized template matching EdgeModel2 object as AVDATA file.

Syntax

C++
C#
 
void avl::SaveEdgeModel2
(
	const avl::EdgeModel2& inEdgeModel,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
Input value inEdgeModel const EdgeModel2& Model to be serialized
Input value inFilename const File& Name of the target file