You are here: Start » AVL.NET » Invoke.GradientImageRidges
Invoke.GradientImageRidges
Finds ridge pixels in a gradient image.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GradientImageRidges ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.GradientMaskOperator inOperator, Avl.MagnitudeMeasure inMeasure, Avl.NonMaximaMethod inMethod, int inMinValue, Avl.Region outRegion, Avl.Image outMagnitude )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inOperator | Avl.GradientMaskOperator | Sobel | Gradient operator. Default value: Sobel. | |
![]() | inMeasure | Avl.MagnitudeMeasure | Hypot | Gradient magnitude measure. Default value: Hypot. | |
![]() | inMethod | Avl.NonMaximaMethod | InterpolatedPlus | Ridge computation method. Default value: InterpolatedPlus. | |
![]() | inMinValue | int | 4 | Minimum gradient magnitude of a ridge. Default value: 4. | |
![]() | outRegion | Avl.Region | Output region. | ||
![]() | outMagnitude | Avl.Image |