Back to Aurora Vision Library website

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

AccessEdgeModel2


Header: AVL.h
Namespace: avl
Module: MatchingPro

Returns information about a model.

Syntax

C++
C#
 
void avl::AccessEdgeModel2
(
	const avl::EdgeModel2& inEdgeModel,
	int& outMaxPyramidLevel,
	int& outLowestPrecomputedPyramidLevel,
	float& outScaleStep,
	float& outAngleStep,
	atl::Array<avl::Path>& outModelEdges,
	avl::Rectangle2D& outModelPosition,
	avl::Point2D& outModelPoint
)

Parameters

Name Type Default Description
Input value inEdgeModel const EdgeModel2& Input model
Output value outMaxPyramidLevel int& Highest pyramid level
Output value outLowestPrecomputedPyramidLevel int& Lowest pregenerated pyramid level
Output value outScaleStep float&
Output value outAngleStep float&
Output value outModelEdges Array<Path>& Object edges
Output value outModelPosition Rectangle2D& Object position
Output value outModelPoint Point2D& Object point of reference