Changeset 147 in pacpussensors for trunk/Vislab/VislabComponent.hpp
- Timestamp:
- Apr 14, 2017, 5:55:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vislab/VislabComponent.hpp
r142 r147 15 15 #include <lib3dv/device.h> 16 16 17 #if (OPENCV_MAJOR == 3) 17 18 #include <opencv2/opencv.hpp> 18 19 #include <opencv2/highgui.hpp> 20 #else 21 #include <opencv/cv.h> 22 #include <opencv/highgui.h> 23 #endif 19 24 20 25 #ifdef WIN32
Note:
See TracChangeset
for help on using the changeset viewer.