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

FIL.SmoothHistogram_Mean

Smooths a histogram by averaging points within a kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also