Aurora Visio Studio TOP » Filter Reference » Computer Vision » 2D Edge Detection » DetectRidges_AsPaths
Module: | FoundationBasic |
---|
Extracts subpixel-precise paths that represent bright or dark thin lines.
Applications
Consistent detection of thin structures like scratches, cracks or lines.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
inRoi | Region* | Region of interest | ||
inStdDevX | Real | 0.0 - | Smoothing standard deviation (horizontal) | |
inStdDevY | Real* | 0.0 - | Smoothing standard deviation (vertical, or Auto = horizontal) | |
inRidgeThreshold | Real | 0.0 - | Sufficient ridge strength; ridges of that strength will always be detected | |
inRidgeHysteresis | Real | 0.0 - | Value by which the ridge threshold is decreased for ridge points neighboring with sufficiently strong edges | |
inPolarity | Polarity | |||
outRidges | PathArray |
Hints
- Connect an input image to the inImage input.
- Set inPolarity in accordance to which type of thin lines you want to detect.
- Start with inRidgeHysteresis = 0 and set inRidgeThreshold so that each important edge is at least partially detected. Then keep increasing inRidgeHysteresis until the edges are detected completely.
- If the edges are rugged or there are too many false edges, then try increasing inStdDevX.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of DetectRidges filter group.