You are here: Start » FIL.NET » Function Reference » Image » Image Pixel Statistics » FIL.DaPImageMedian
Computes the average direction within the region of interest.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DaPImageMedian ( FilNet.Image inDaPImage, FilNet.AngleRange inAngleRange, out float outMedianAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDaPImage | FilNet.Image | A result of GradientDirAndPresenceImage filter. | ||
![]() | inAngleRange | FilNet.AngleRange | _0_360 | Default value: _0_360. | |
![]() | outMedianAngle | float |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inDaPImage pixel format in DaPImageMedian. Supported formats: 1xUInt8. |