mirror of
https://github.com/hybridgroup/gocv
synced 2026-04-22 22:47:03 +08:00
6 lines
77 B
C++
6 lines
77 B
C++
#include "version.h"
|
|
|
|
const char* openCVVersion() {
|
|
return CV_VERSION;
|
|
}
|