You are here: Start » FIL.NET » 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, NullableRef<FilNet.Region> inRoi, out float outMedianAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDaPImage | FilNet.Image | A result of GradientDirAndPresenceImage filter. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outMedianAngle | float |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inDaPImage pixel format in DaPImageMedian. |