You are here: Start » AVL.NET » AVL.SegmentImage_Edges(AvlNet.Image, int, float, float, float, float, int, bool, AvlNet.Region[], int[])
AVL.SegmentImage_Edges(AvlNet.Image, int, float, float, float, float, int, bool, AvlNet.Region[], int[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SegmentImage_Edges( AvlNet.Image inImage, int inFrameSize, float inStdDev, float inEdgeThreshold, float inEdgeHysteresis, float inMaxJoiningDistance, int inMinArea, bool inComputeNestingLevels, out AvlNet.Region[] outBlobs, out int[] outNestingLevels )
Parameters
- inImage
- Type: AvlNet.Image
- inFrameSize
- Type: System.Int32
- inStdDev
- Type: System.Single
- inEdgeThreshold
- Type: System.Single
- inEdgeHysteresis
- Type: System.Single
- inMaxJoiningDistance
- Type: System.Single
- inMinArea
- Type: System.Int32
- inComputeNestingLevels
- Type: System.Boolean
- outBlobs
- Type: AvlNet.Region
- outNestingLevels
- Type: System.Int32
