export thread control to generated wrappers
This commit is contained in:
parent
4f82b3588a
commit
ff7ea605ef
@ -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…
x
Reference in New Issue
Block a user