Changeset 147 in pacpussensors for trunk/Vislab/VislabImageProcessor.cpp
- Timestamp:
- Apr 14, 2017, 5:55:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vislab/VislabImageProcessor.cpp
r142 r147 1 1 #include "VislabImageProcessor.h" 2 2 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 5 10 6 11
Note:
See TracChangeset
for help on using the changeset viewer.