#include <windows.h>
The Approximate Confined Gaussian window is (almost) optimal.
ACG windows can be constructing using the shape-parameter (sigma) or using the static with???() methods.
Static Methods | |
| static double | bandwidthToSigma (double bandwidth) |
| Heuristic map from bandwidth to the appropriately-optimal sigma. | |
| static ApproximateConfinedGaussian | withBandwidth (double bandwidth) |
Methods | |
| ApproximateConfinedGaussian (double sigma) | |
| template<typename Data> | |
| void | fill (Data &&data, int size) const |
| Fills an arbitrary container. | |
|
inlinestatic |
Heuristic map from bandwidth to the appropriately-optimal sigma.
|
inline |
Fills an arbitrary container.