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

Invoke.SmoothHistogram_Mean

Smooths a histogram by averaging points within a kernel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SmoothHistogram_Mean
(
	Avl.Histogram inHistogram,
	Optional<Avl.Range> inRange,
	int inKernelRadius,
	bool inCyclic,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
inRangeAtl.Optional<Avl.Range>
inKernelRadiusint<0, INF>3Defines the width of the kernel as 2*R+1. Default value: 3.
inCyclicboolFalseDefault value: False.
outHistogramAvl.HistogramOutput histogram.

See also