You are here: Start » FIL.NET » Function Reference » Image » Image Pixel Statistics » FIL.DaPImageMedian

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,
	FilNet.AngleRange inAngleRange,
	out float outMedianAngle
)

Parameters

Name Type Range Default Description
inDaPImageFilNet.ImageA result of GradientDirAndPresenceImage filter.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inAngleRangeFilNet.AngleRange_0_360Default value: _0_360.
outMedianAnglefloat

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inDaPImage pixel format in DaPImageMedian. Supported formats: 1xUInt8.

Function Overrides

See also