Back to Aurora Vision Library website

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

SaveEdgeModel


Header: AVL.h
Namespace: avl
Module: MatchingPro

Saves serialized template matching EdgeModel object as AVDATA file.

Syntax

C++
C#
 
void avl::SaveEdgeModel
(
	const avl::EdgeModel& inEdgeModel,
	const atl::File& inFilename
)

Parameters

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