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


Ignore:
Timestamp:
04/14/17 17:55:02 (7 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.