Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 747 Bytes

median-video

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.

Examples:

Taking a walk

Intersection in Saigon

Another Intersection in Saigon