#include "KisFilteredRollingMean.h"
#include <algorithm>
#include <numeric>
#include <QtMath>
#include "kis_assert.h"
#include "kis_debug.h"
Go to the source code of this file.