Function mrpt::math::medianFilter

Function Documentation

void mrpt::math::medianFilter(const std::vector<double> &inV, std::vector<double> &outV, int winSize, int numberOfSigmas = 2)