Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Template Matching » LoadEdgeModel2

LoadEdgeModel2
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | MatchingPro |
Loads serialized template matching EdgeModel2 object from FIDATA file.
Syntax
C++
C#
void fil::LoadEdgeModel2 ( const ftl::File& inFilename, fil::EdgeModel2& outEdgeModel )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inFilename | const File& | Name of the source file | |
![]() |
outEdgeModel | EdgeModel2& | Deserialized output model |