Home
last modified time | relevance | path

Searched refs:CV_VERSION (Results 1 – 17 of 17) sorted by relevance

/external/opencv/cxcore/include/
Dcvver.h53 #define CV_VERSION "1.1.0" macro
/external/opencv/cv/src/
Dcvswitcher.cpp56 static CvModuleInfo cv_info = { 0, "cv", CV_VERSION, cv_ipp_tab };
/external/opencv3/samples/cpp/
Dopencv_version.cpp28 std::cout << "Welcome to OpenCV " << CV_VERSION << std::endl; in main()
Dstarter_imagelist.cpp30 "Using OpenCV version %s\n" << CV_VERSION << "\n" << endl; in help()
Dinpaint.cpp15 "Using OpenCV version %s\n" << CV_VERSION << "\n" in help()
Dminarea.cpp17 << "Using OpenCV v" << CV_VERSION << "\n" << endl; in help()
Dlkdemo.cpp16 "Using OpenCV version " << CV_VERSION << endl; in help()
Dsquares.cpp27 "Using OpenCV version %s\n" << CV_VERSION << "\n" << endl; in help()
Dsmiledetect.cpp29 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl; in help()
Dfacedetect.cpp33 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl; in help()
Dufacedetect.cpp31 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl; in help()
/external/opencv3/modules/core/include/opencv2/core/
Dversion.hpp64 #define CV_VERSION CVAUX_STR(CV_VERSION_MAJOR) "." CVAUX_STR(CV_VERSION_MINOR) "." CVAUX_S… macro
/external/opencv3/samples/cpp/example_cmake/
Dexample.cpp14 cout << "Built with OpenCV " << CV_VERSION << endl; in main()
/external/opencv3/samples/gpu/
Dcascadeclassifier.cpp26 "Using OpenCV version " << CV_VERSION << endl << endl; in help()
/external/opencv/cxcore/src/
Dcxswitcher.cpp347 static CvModuleInfo cxcore_info = { 0, "cxcore", CV_VERSION, cxcore_ipp_tab };
/external/opencv3/modules/python/src2/
Dcv2.cpp1321 PyDict_SetItemString(d, "__version__", PyString_FromString(CV_VERSION));
/external/opencv3/modules/ts/src/
Dts_func.cpp2957 ::testing::Test::RecordProperty("cv_version", CV_VERSION); in printVersionInfo()
2958 if(useStdOut) std::cout << "OpenCV version: " << CV_VERSION << std::endl; in printVersionInfo()