This is a JavaScript implementation of the sorting-based median filter algorithm. The algorithm is described here: http://arxiv.org/abs/1406.1717
For C++ and Python implementations, see: https://github.com/suomela/median-filter
Copyright (c) 2014, Jukka Suomela.
You can distribute and use this software under the MIT license: http://opensource.org/licenses/MIT
To contact the author, see https://jukkasuomela.fi/