This commit is contained in:
2022-08-21 22:31:19 +02:00
parent 4be2f5e6e2
commit 3ae2986580
95 changed files with 18467 additions and 0 deletions

5
vendor/gocv.io/x/gocv/version.cpp generated vendored Normal file
View File

@@ -0,0 +1,5 @@
#include "version.h"
const char* openCVVersion() {
return CV_VERSION;
}