Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Template Matching » LoadEdgeModel
LoadEdgeModel
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | MatchingPro |
Loads serialized template matching EdgeModel object from AVDATA file.
Syntax
C++
C#
void avl::LoadEdgeModel ( const atl::File& inFilename, avl::EdgeModel& outEdgeModel )


