You are here: Start » AVL.NET » AVS.DaPImageMedian Method

AVS.DaPImageMedian Method

Computes the average direction within the region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DaPImageMedian
(
	AvlNet.Image inDaPImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.AngleRange inAngleRange,
	out float outMedianAngle
)

Parameters

Name Type Range Default Description
inDaPImageAvlNet.ImageA result of GradientDirAndPresenceImage filter.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inAngleRangeAvlNet.AngleRange_0_360Default value: _0_360.
outMedianAnglefloat

Function Overrides

See also