include
aruco
aruco_cvversioning.h
Go to the documentation of this file.
1
17
#ifndef ARUCO_CV_VERSIONING
18
#define ARUCO_CV_VERSIONING
19
#include <opencv2/core/core.hpp>
20
#if CV_MAJOR_VERSION >= 4
21
#include <opencv2/imgproc.hpp>
22
23
#define CV_CAP_PROP_FRAME_COUNT cv::CAP_PROP_FRAME_COUNT
24
#define CV_CAP_PROP_POS_FRAMES cv::CAP_PROP_POS_FRAMES
25
#define CV_BGR2GRAY cv::COLOR_BGR2GRAY
26
#define CV_GRAY2BGR cv::COLOR_GRAY2BGR
27
#define CV_FONT_HERSHEY_COMPLEX cv::FONT_HERSHEY_COMPLEX
28
#define CV_FILLED cv::FILLED
29
#define CV_RANSAC cv::RANSAC
30
#define CV_REDUCE_SUM cv::REDUCE_SUM
31
#endif
32
33
#endif
aruco
Author(s): Rafael Muñoz Salinas
, Bence Magyar
autogenerated on Sat Sep 23 2023 02:26:45