#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration

This commit is contained in:
Andrey Kamaev
2012-04-06 15:43:20 +00:00
parent 89338a38af
commit 1c1c6b98f6
6 changed files with 67 additions and 13 deletions

View File

@@ -218,6 +218,8 @@ CV_EXPORTS void setNumThreads(int nthreads);
CV_EXPORTS int getNumThreads();
CV_EXPORTS int getThreadNum();
CV_EXPORTS_W const std::string& getBuildInformation();
//! Returns the number of ticks.
/*!