You are here: Start » AVL.NET » AVL.ImageRidges Method
AVL.ImageRidges Method
Finds image ridges.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageRidges( AvlNet.Image inImage, AvlNet.Region inRoi, AvlNet.Polarity inPolarity, float? inMinValue, float? inMaxValue, out AvlNet.Region outRidges )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inRoi | AvlNet.Region | Range of pixels to be processed. Default value: atl::NIL, or null. | ||
![]() | inPolarity | AvlNet.Polarity | |||
![]() | inMinValue | float? | Minimal value of maximum to be considered. Default value: atl::NIL, or null. | ||
![]() | inMaxValue | float? | Maximal value of minimum to be considered. Default value: atl::NIL, or null. | ||
![]() | outRidges | AvlNet.Region | Regions of local maxima (plateaus and singletons). |


