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.Polarity inPolarity, out AvlNet.Region outRidges )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inPolarity | AvlNet.Polarity | |||
![]() | outRidges | AvlNet.Region | Regions of local maxima (plateaus and singletons). |


