Subversion Repositories Code-Repo

Rev

Rev 287 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
287 Kevin 1
#pragma once
2
 
3
#define X_RES 320
4
#define Y_RES 240
5
 
6
#include <QtWidgets>
7
#include <opencv2\core\core.hpp>
8
#include <opencv2\highgui\highgui.hpp>
9
#include <opencv2\video\background_segm.hpp>
10
#include <opencv2\imgproc\imgproc.hpp>
11
#include <opencv2\features2d\features2d.hpp>
12
 
13
#include "KalmanFilter.h"
14
#include "MovingPointTracker.h"