VidMag
Eulerian Video Magnification
Classes | Enumerations
VideoManager.hpp File Reference
#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 }
 

Enumeration Type Documentation

This class represents a videoprocessor, which manages the currently open video file

Enumerator
LAPLACIAN 
GAUSSIAN 
Enumerator
IIR 
IDEAL