6 lines
77 B
C++
6 lines
77 B
C++
|
#include "version.h"
|
||
|
|
||
|
const char* openCVVersion() {
|
||
|
return CV_VERSION;
|
||
|
}
|