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

AVL.AccessEdgeModel2

Returns information about a model.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AccessEdgeModel2
(
	AvlNet.EdgeModel2 inEdgeModel,
	out int outMaxPyramidLevel,
	out int outLowestPrecomputedPyramidLevel,
	out float outScaleStep,
	out float outAngleStep,
	IList<AvlNet.Path> outModelEdges,
	out AvlNet.Rectangle2D outModelPosition,
	out AvlNet.Point2D outModelPoint
)

Parameters

Name Type Range Default Description
inEdgeModelAvlNet.EdgeModel2Input model.
outMaxPyramidLevelintHighest pyramid level.
outLowestPrecomputedPyramidLevelintLowest pregenerated pyramid level.
outScaleStepfloat
outAngleStepfloat
outModelEdgesSystem.Collections.Generic.IList<AvlNet.Path>Object edges.
outModelPositionAvlNet.Rectangle2DObject position.
outModelPointAvlNet.Point2DObject point of reference.

See also