Skip to content
Snippets Groups Projects
Commit 6270dbb0 authored by d.kilic's avatar d.kilic
Browse files

Added Macro to disable Stereo and upgraded to OpenCV4.

Ref #1
parent 78a53ad8
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#include "view.h" #include "view.h"
#include "trackingRoiItem.h" #include "trackingRoiItem.h"
using namespace::cv;
TrackingRoiItem::TrackingRoiItem(QWidget *wParent, QGraphicsItem *parent) TrackingRoiItem::TrackingRoiItem(QWidget *wParent, QGraphicsItem *parent)
: QGraphicsRectItem(parent) : QGraphicsRectItem(parent)
{ {
......
#ifndef STEREO_DISABLED
#include "cxcore.h" #include "cxcore.h"
#else
#include "opencv.hpp"
#endif
#include <QPointF> #include <QPointF>
#include <QPoint> #include <QPoint>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment