Back to FabImage Library website
You are here: Start » Function Reference » Histogram » Histogram Local Transforms » SmoothHistogram_Gauss

SmoothHistogram_Gauss
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
Syntax
C++
C#
void fil::SmoothHistogram_Gauss ( const fil::Histogram& inHistogram, ftl::Optional<const fil::Range&> inRange, const float inStdDev, const float inKernelRelativeSize, const bool inCyclic, fil::Histogram& outHistogram )