Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
ca692b98
Commit
ca692b98
authored
Jul 02, 2015
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4168 from Dikay900:export_threadcontrol
parents
f4cb8c0d
3ebb5d0e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
utility.hpp
modules/core/include/opencv2/core/utility.hpp
+3
-3
No files found.
modules/core/include/opencv2/core/utility.hpp
View file @
ca692b98
...
...
@@ -201,7 +201,7 @@ framework:
@param nthreads Number of threads used by OpenCV.
@sa getNumThreads, getThreadNum
*/
CV_EXPORTS
void
setNumThreads
(
int
nthreads
);
CV_EXPORTS
_W
void
setNumThreads
(
int
nthreads
);
/** @brief Returns the number of threads used by OpenCV for parallel regions.
...
...
@@ -219,7 +219,7 @@ The exact meaning of return value depends on the threading framework used by Ope
available for the process.
@sa setNumThreads, getThreadNum
*/
CV_EXPORTS
int
getNumThreads
();
CV_EXPORTS
_W
int
getNumThreads
();
/** @brief Returns the index of the currently executed thread within the current parallel region. Always
returns 0 if called outside of parallel region.
...
...
@@ -233,7 +233,7 @@ The exact meaning of return value depends on the threading framework used by Ope
- `C=` – The index of the current parallel task.
@sa setNumThreads, getNumThreads
*/
CV_EXPORTS
int
getThreadNum
();
CV_EXPORTS
_W
int
getThreadNum
();
/** @brief Returns full configuration time cmake output.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment