This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kris
/
postprocessd
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Disable the internal parallelism in opencv
Martijn Braam
%!s(int64=3) %!d(string=hai) anos
pai
9aa99f813c
achega
58ed6c19df
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
stackercpp.cpp
+ 1
- 0
stackercpp.cpp
Ver ficheiro
@@ -3,6 +3,7 @@
Stacker::Stacker()
{
Stacker::layers = 0;
+ cv::setNumThreads(0);
}
void