OSVR-Core
|
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_VER 2 |
#define | OSVR_OPENCV_2 |
#define | OSVR_OPENCV_VER_GUESSED |
#define | OSVR_OPENCV_VER_COMPONENT_2 0 |
#define | OSVR_OPENCV_VER_COMPONENT_2 0 |
#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. More... | |
Header defining a few simple preprocessor macros for dealing with OpenCV 2 and 3 compatibility.
#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.