A temporal median filter for videos using C++ and OpenCV.
Usage:
MedianVideo input_file output_file [filter_length]
Compile like a typical CMake build:
mkdir build
cd build
cmake ..
make
You may want to compile OpenCV with ffmpeg to read some video formats.