This website works better with JavaScript
Home
Explore
Help
Sign In
kris
/
postprocessd
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Disable the internal parallelism in opencv
Martijn Braam
3 years ago
parent
9aa99f813c
commit
58ed6c19df
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
stackercpp.cpp
+ 1
- 0
stackercpp.cpp
View File
@@ -3,6 +3,7 @@
Stacker::Stacker()
{
Stacker::layers = 0;
+ cv::setNumThreads(0);
}
void