Changeset 147 in pacpussensors for trunk/Vislab/VislabComponent.hpp


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/VislabComponent.hpp

    r142 r147  
    1515#include <lib3dv/device.h>
    1616
     17#if (OPENCV_MAJOR == 3)
    1718#include <opencv2/opencv.hpp>
    1819#include <opencv2/highgui.hpp>
     20#else
     21#include <opencv/cv.h>
     22#include <opencv/highgui.h>
     23#endif
    1924
    2025#ifdef WIN32
Note: See TracChangeset for help on using the changeset viewer.