Skip to content
forked from wzpan/QtEVM

C++ implementation of EVM(Eulerian Video Magnification) based on OpenCV and Qt by wzpan, will be modified to work with OpenCV GPU module to seek speedups on a Tesla K40 machine.

License

Notifications You must be signed in to change notification settings

metekemertas/QtEVM

 
 

Repository files navigation

QtEVM

C++ implementation of EVM(Eulerian Video Magnification), based on OpenCV and Qt.

Supports:

  • Motion Magnification
    • spatial filter: Laplacian Pyramid
    • temporal filter: IIR bandpass filter
  • Color Magnification
    • spatial filter: Gaussian Pyramid
    • temporal filter: ideal bandpass filter

More info:

Dependencies

  • Qt (>= 5.0);
  • OpenCV (>= 2.0)

Screenshot

License

  • LGPL v3
  • non-commercial research purposes only.

Credits

About

C++ implementation of EVM(Eulerian Video Magnification) based on OpenCV and Qt by wzpan, will be modified to work with OpenCV GPU module to seek speedups on a Tesla K40 machine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.1%
  • Makefile 41.0%
  • QMake 1.9%