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