You are here: Start » AVL.NET » Invoke.DaPImageMedian
Computes the average direction within the region of interest.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DaPImageMedian ( Avl.Image inDaPImage, Optional<Avl.Region> inRoi, Avl.AngleRange inAngleRange, out float outMedianAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inDaPImage | Avl.Image | A result of GradientDirAndPresenceImage filter. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inAngleRange | Avl.AngleRange | _0_360 | Default value: _0_360. | |
![]() | outMedianAngle | float |


