Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Local Transforms » SmoothHistogram_Gauss
SmoothHistogram_Gauss
Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
Syntax
C++
C#
void avl::SmoothHistogram_Gauss ( const avl::Histogram& inHistogram, const atl::real inStdDev, const atl::real inKernelRelativeSize, avl::Histogram& outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | ||
![]() |
inStdDev | const real | 0.0 - ![]() |
0.6f | Smoothing standard deviation |
![]() |
inKernelRelativeSize | const real | 0.0 - ![]() |
3.0f | |
![]() |
outHistogram | Histogram& | Output histogram |



