You are here: Start » FIL.NET » FIS.DetectEdges_AsRegion_Mask Method
FIS.DetectEdges_AsRegion_Mask Method
Extracts a pixel-precise region of continuous edges. Faster, yet less accurate version.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DetectEdges_AsRegion_Mask ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.EdgeMaskFilter inEdgeMaskFilter, float inEdgeThreshold, float inEdgeHysteresis, float inMaxJoiningDistance, int inMinBlobArea, FilNet.Region outEdgeRegion, FilNet.Image diagGradientMagnitudeImage )
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> | 0.0f | Maximal distance between edges that can be joined. Default value: 0.0f. |
![]() | inMinBlobArea | int | <0, INF> | 1 | Minimal area of an edge blob. Default value: 1. |
![]() | outEdgeRegion | FilNet.Region | Region of the found edges. | ||
![]() | diagGradientMagnitudeImage | FilNet.Image | Visualization of the gradient magnitude. |
Function Overrides
- DetectEdges_AsRegion_Mask(Image, EdgeMaskFilter, Single, Single, Single, Int32, Region)
- DetectEdges_AsRegion_Mask(Image, NullableRef<Region>, EdgeMaskFilter, Single, Single, Single, Int32, Region)