VidMag
Eulerian Video Magnification
VidMag Code Documentation

VidMag is an implementation of the paper "Eulerian Video Magnification for Revealing Subtle Changes in the World" by Wu et al. It enables users to visualize and analyze subtle changes in color and/or motion in videos by magnifying them. In contrast to the commandline-based sample implementation in Matlab by the authors of the paper, we decided to implement the Eulerian video magnification using C++ with OpenCV and added an intutive user interface with Qt for easier usage.

The code consists of three classes: VideoManager for the actual implementation of the Eulerian Video Magnification, VidMag for handling the GUI and VideoPlayer for playing the video.