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
f14a711b
Commit
f14a711b
authored
Oct 23, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #85 from Nerei/master
parents
91f47d27
d6817177
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
OpenCVFindLibsPerf.cmake
cmake/OpenCVFindLibsPerf.cmake
+1
-1
parallel.cpp
modules/core/src/parallel.cpp
+1
-0
No files found.
cmake/OpenCVFindLibsPerf.cmake
View file @
f14a711b
...
...
@@ -32,7 +32,7 @@ endif(WITH_CUDA)
# --- Eigen ---
if
(
WITH_EIGEN
)
find_path
(
EIGEN_INCLUDE_PATH
"Eigen/Core"
PATHS /usr/local /opt /usr
ENV ProgramFiles ENV ProgramW6432
PATHS /usr/local /opt /usr
$ENV{EIGEN_ROOT}/include ENV ProgramFiles ENV ProgramW6432
PATH_SUFFIXES include/eigen3 include/eigen2 Eigen/include/eigen3 Eigen/include/eigen2
DOC
"The path to Eigen3/Eigen2 headers"
CMAKE_FIND_ROOT_PATH_BOTH
)
...
...
modules/core/src/parallel.cpp
View file @
f14a711b
...
...
@@ -322,6 +322,7 @@ int cv::getNumThreads(void)
void
cv
::
setNumThreads
(
int
threads
)
{
(
void
)
threads
;
#ifdef HAVE_PARALLEL_FRAMEWORK
numThreads
=
threads
;
#endif
...
...
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