Changeset 147 in pacpussensors for trunk/Vislab/VislabImageProcessor.cpp


Ignore:
Timestamp:
Apr 14, 2017, 5:55:02 PM (8 years ago)
Author:
ldecherf
Message:

Ajout CameraPlayer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vislab/VislabImageProcessor.cpp

    r142 r147  
    11#include "VislabImageProcessor.h"
    22
    3 #include <opencv2/opencv.hpp>
    4 #include <opencv2/highgui.hpp>
     3#if (OPENCV_MAJOR == 3)
     4#   include <opencv2/opencv.hpp>
     5#   include <opencv2/highgui.hpp>
     6#else
     7#   include <opencv/cv.h>
     8#   include <opencv/highgui.h>
     9#endif
    510
    611
Note: See TracChangeset for help on using the changeset viewer.