Back to FabImage Library website

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

LoadEdgeModel


Header: FIL.h
Namespace: fil
Module: MatchingPro

Loads serialized template matching EdgeModel object from FIDATA file.

Syntax

C++
C#
 
void fil::LoadEdgeModel
(
	const ftl::File& inFilename,
	fil::EdgeModel& outEdgeModel
)

Parameters

Name Type Default Description
Input value
inFilename const File& Name of the source file
Output value
outEdgeModel EdgeModel& Deserialized output model