You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Local Transforms » AVL.SmoothHistogram_Mean

AVL.SmoothHistogram_Mean

Smooths a histogram by averaging points within a kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SmoothHistogram_Mean
(
	AvlNet.Histogram inHistogram,
	AvlNet.Range? inRange,
	int inKernelRadius,
	bool inCyclic,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inRangeAvlNet.Range?
inKernelRadiusint<0, INF>3Defines the width of the kernel as 2*R+1. Default value: 3.
inCyclicboolFalseDefault value: False.
outHistogramAvlNet.HistogramOutput histogram.

Function Overrides

See also