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

AccessEdgeModel2
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | MatchingPro |
Returns information about a model.
Syntax
C++
C#
void fil::AccessEdgeModel2 ( const fil::EdgeModel2& inEdgeModel, int& outMaxPyramidLevel, int& outLowestPrecomputedPyramidLevel, float& outScaleStep, float& outAngleStep, ftl::Array<fil::Path>& outModelEdges, fil::Rectangle2D& outModelPosition, fil::Point2D& outModelPoint )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inEdgeModel | const EdgeModel2& | Input model | |
![]() |
outMaxPyramidLevel | int& | Highest pyramid level | |
![]() |
outLowestPrecomputedPyramidLevel | int& | Lowest pregenerated pyramid level | |
![]() |
outScaleStep | float& | ||
![]() |
outAngleStep | float& | ||
![]() |
outModelEdges | Array<Path>& | Object edges | |
![]() |
outModelPosition | Rectangle2D& | Object position | |
![]() |
outModelPoint | Point2D& | Object point of reference |