You are here: Start » AVL.NET » AVL.LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, int?, float, bool, bool, float, float, AvlNet.Object2D[], int)
AVL.LocateMultipleObjects_Edges(AvlNet.Image, AvlNet.EdgeModel, int, int?, float, bool, bool, float, float, AvlNet.Object2D[], int)
| 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 )
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
