|
VidMag
Eulerian Video Magnification
|
#include <iostream>#include <iomanip>#include <sstream>#include <string>#include <vector>#include <opencv2/core/core.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <opencv2/highgui/highgui.hpp>Go to the source code of this file.
Classes | |
| class | VideoManager |
Enumerations | |
| enum | spatialFilterType { LAPLACIAN, GAUSSIAN } |
| enum | temporalFilterType { IIR, IDEAL } |
| enum spatialFilterType |
| enum temporalFilterType |
1.8.11