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