You are here: Start » FIL.NET » FIS.DetectEdges_AsPaths_Mask Method
FIS.DetectEdges_AsPaths_Mask Method
Extracts subpixel-precise paths that represent continuous edges. Faster, yet less accurate version.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DetectEdges_AsPaths_Mask ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.EdgeMaskFilter inEdgeMaskFilter, float inEdgeThreshold, float inEdgeHysteresis, float? inMaxJoiningDistance, float inMaxJoiningAngle, float inJoiningDistanceBalance, float? inJoiningEndingLength, float inMinEdgeLength, IList<FilNet.Path> outEdges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image from which edges will be extracted. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of the image from which edges will be extracted. Default value: ftl::NIL. | ||
![]() | inEdgeMaskFilter | FilNet.EdgeMaskFilter | Type of edge filter used for computing gradients. | ||
![]() | inEdgeThreshold | float | <0.0f, INF> | 35.0f | Sufficient edge strength; edges of that strength will always be detected. Default value: 35.0f. |
![]() | inEdgeHysteresis | float | <0.0f, INF> | 15.0f | Value by which the edge threshold is decreased for edge points neighboring with sufficiently strong edges. Default value: 15.0f. |
![]() | inMaxJoiningDistance | float? | <0.0f, INF> | Maximal distance between edges that can be joined. Default value: ftl::NIL. | |
![]() | inMaxJoiningAngle | float | <0.0f, 180.0f> | 30.0f | Maximal allowed angle between edges being joined. Default value: 30.0f. |
![]() | inJoiningDistanceBalance | float | <0.0f, 1.0f> | 0.0f | Determines how important distance between edges is according to their angle difference. Default value: 0.0f. |
![]() | inJoiningEndingLength | float? | <1.0f, INF> | Determines the length of the edge end used for edge angle computing. Default value: ftl::NIL. | |
![]() | inMinEdgeLength | float | <0.0f, INF> | 0.0f | Minimal length of an edge. Default value: 0.0f. |
![]() | outEdges | System.Collections.Generic.IList<FilNet.Path> | Paths representing found edges. |
Function Overrides
- DetectEdges_AsPaths_Mask(Image, EdgeMaskFilter, Single, Single, Single, Single, Single, IList<Path>)
- DetectEdges_AsPaths_Mask(Image, NullableRef<Region>, EdgeMaskFilter, Single, Single, Nullable<Single>, Single, Single, Nullable<Single>, Single, IList<Path>, Image, Region)