mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Merge pull request #3511 from mattip:2.4
This commit is contained in:
commit
20d957d212
@ -230,9 +230,9 @@ CV_EXPORTS ErrorCallback redirectError( ErrorCallback errCallback,
|
||||
|
||||
CV_EXPORTS void glob(String pattern, std::vector<String>& result, bool recursive = false);
|
||||
|
||||
CV_EXPORTS void setNumThreads(int nthreads);
|
||||
CV_EXPORTS int getNumThreads();
|
||||
CV_EXPORTS int getThreadNum();
|
||||
CV_EXPORTS_W void setNumThreads(int nthreads);
|
||||
CV_EXPORTS_W int getNumThreads();
|
||||
CV_EXPORTS_W int getThreadNum();
|
||||
|
||||
CV_EXPORTS_W const string& getBuildInformation();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user