Skip to content
Snippets Groups Projects
Commit 361aa732 authored by calrama's avatar calrama
Browse files

OpenCV 4 compatibility

parent e8d2237c
No related branches found
No related tags found
No related merge requests found
Pipeline #23074 passed
Pipeline: biotracker

#23078

    #pragma once
    #include <QString>
    #include <cv.h>
    #include <opencv2/opencv.hpp>
    class IConfig
    {
    public:
    ......
    ......@@ -3,7 +3,7 @@
    #include "QGraphicsItem"
    #include "Interfaces/IModel/IModelTrackedComponent.h"
    #include "QString"
    #include <cv.h>
    #include <opencv2/opencv.hpp>
    #include <qdatetime.h>
    #include <ctime>
    ......
    ......@@ -2,7 +2,7 @@
    #define MISC_H
    #include <string>
    #include <time.h>
    #include <cv.h>
    #include <opencv2/opencv.hpp>
    #include <QPoint>
    namespace BioTrackerUtilsMisc{
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment