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

Invoke.DaPImageMedian

Computes the average direction within the region of interest.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inDaPImageAvl.ImageA result of GradientDirAndPresenceImage filter.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inAngleRangeAvl.AngleRange_0_360Default value: _0_360.
outMedianAnglefloat

See also