You are here: Start » AVL.NET » AVL.LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, int?, float, bool, bool, float, float, AvlNet.Object2D[], int, AvlNet.Path[][], AvlNet.Image[], AvlNet.Image[], float[][])
AVL.LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, int?, float, bool, bool, float, float, AvlNet.Object2D[], int, AvlNet.Path[][], AvlNet.Image[], AvlNet.Image[], float[][])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LocateMultipleObjects_Edges( AvlNet.Image inImage, AvlNet.EdgeModel inEdgeModel, int inMinPyramidLevel, int? inMaxPyramidLevel, float inEdgeThreshold, bool inIgnoreEdgePolarity, bool inIgnoreBoundaryObjects, float inMinScore, float inMinDistance, out AvlNet.Object2D[] outObjects, out int outPyramidHeight, out AvlNet.Path[][] diagObjectEdges, out AvlNet.Image[] diagEdgePyramid, out AvlNet.Image[] diagMatchPyramid, out float[][] diagScores )
Parameters
- inImage
- Type: AvlNet.Image
- inEdgeModel
- Type: AvlNet.EdgeModel
- inMinPyramidLevel
- Type: System.Int32
- inMaxPyramidLevel
- Type: System.Nullable<System.Int32>
- inEdgeThreshold
- Type: System.Single
- inIgnoreEdgePolarity
- Type: System.Boolean
- inIgnoreBoundaryObjects
- Type: System.Boolean
- inMinScore
- Type: System.Single
- inMinDistance
- Type: System.Single
- outObjects
- Type: AvlNet.Object2D
- outPyramidHeight
- Type: System.Int32
- diagObjectEdges
- Type: AvlNet.Path
- diagEdgePyramid
- Type: AvlNet.Image
- diagMatchPyramid
- Type: AvlNet.Image
- diagScores
- Type: System.Single
