You are here: Start » FIL.NET » FIS.DaPImageMedian Method

FIS.DaPImageMedian Method

Computes the average direction within the region of interest.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Function Overrides

See also