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


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.h

    r142 r147  
    1414#include <lib3dv/device.h>
    1515
     16#if (OPENCV_MAJOR == 3)
    1617#include <opencv2/opencv.hpp>
     18#include <opencv2/highgui.hpp>
     19#else
     20#include <opencv/cv.h>
     21#include <opencv/highgui.h>
     22#endif
    1723
    1824class VislabImageProcessor
Note: See TracChangeset for help on using the changeset viewer.