Header defining a few simple preprocessor macros for dealing with OpenCV 2 and 3 compatibility. More...
#include <opencv2/core/core.hpp>
Go to the source code of this file.
Macros | |
#define | OSVR_OPENCV_AT_LEAST_VERSION(X, Y, Z) |
Header defining a few simple preprocessor macros for dealing with OpenCV 2 and 3 compatibility.
Definition in file OpenCVVersion.h.
#define OSVR_OPENCV_AT_LEAST_VERSION | ( | X, | |
Y, | |||
Z | |||
) |
Version checking macro: true at preprocessor time if OpenCV is at least version X.Y.Z
Definition at line 113 of file OpenCVVersion.h.