You are here: Start » FIL.NET » FIS.ImageRidges Method
FIS.ImageRidges Method
Finds ridge pixels in an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageRidges ( FilNet.Image inImage, FilNet.Polarity inPolarity, float? inMinValue, float? inMaxValue, float inNoiseLevel, FilNet.Region outRidges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPolarity | FilNet.Polarity | Specifies the type of ridges to be detected (Bright, Dark or Any). | ||
![]() | inMinValue | float? | Minimal value of pixel to be considered. Default value: ftl::NIL. | ||
![]() | inMaxValue | float? | Maximal value of pixel to be considered. Default value: ftl::NIL. | ||
![]() | inNoiseLevel | float | <0.0f, INF> | Defines how much stronger a pixel has to be than its neighbors to be deemed a ridge pixel. | |
![]() | outRidges | FilNet.Region | Region of ridges. |