robocar-tools/vendor/gocv.io/x/gocv/version.h

18 lines
234 B
C
Raw Normal View History

2019-12-29 17:39:08 +00:00
#ifndef _OPENCV3_VERSION_H_
#define _OPENCV3_VERSION_H_
#ifdef __cplusplus
#include <opencv2/opencv.hpp>
extern "C" {
#endif
#include "core.h"
const char* openCVVersion();
#ifdef __cplusplus
}
#endif
#endif //_OPENCV3_VERSION_H_