First implementation
This commit is contained in:
17
vendor/gocv.io/x/gocv/version.h
generated
vendored
Normal file
17
vendor/gocv.io/x/gocv/version.h
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user