You are here: Start » FIL.NET » Invoke.DaPImageMedian

Invoke.DaPImageMedian

Computes the average direction within the region of interest.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DaPImageMedian
(
	Fil.Image inDaPImage,
	Optional<Fil.Region> inRoi,
	Fil.AngleRange inAngleRange,
	out float outMedianAngle
)

Parameters

Name Type Range Default Description
inDaPImageFil.ImageA result of GradientDirAndPresenceImage filter.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inAngleRangeFil.AngleRange_0_360Default value: _0_360.
outMedianAnglefloat

See also