You are here: Start » AVL.NET » AVL.DetectSegments(AvlNet.Image, float, float, float, float, float, float, AvlNet.Segment2D[])
AVL.DetectSegments(AvlNet.Image, float, float, float, float, float, float, AvlNet.Segment2D[])
Finds segments in an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DetectSegments( AvlNet.Image inImage, float inAngleResolution, float inMinAngleDelta, float inMinDistance, float inMinLength, float inMinScore, float inEdgeThreshold, out AvlNet.Segment2D[] outSegments )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inAngleResolution
- Type: System.Single
Resolution of segments' orientation - inMinAngleDelta
- Type: System.Single
Minimum angle between two segments - inMinDistance
- Type: System.Single
Minimum distance between two segments - inMinLength
- Type: System.Single
Minimum segment length - inMinScore
- Type: System.Single
Minimum matching score - inEdgeThreshold
- Type: System.Single
Minimum accepted edge magnitude - outSegments
- Type: AvlNet.Segment2D
Output segments
