fix the test failure of CUDA_Arithm/MeanStdDev

pull/11550/head
Tomoaki Teshima 7 years ago
parent bb8ff2c463
commit e2c787884d
  1. 2
      modules/core/include/opencv2/core/private.cuda.hpp

@ -152,7 +152,7 @@ namespace cv { namespace cuda
inline ~NppStreamHandler()
{
nppSetStream(oldStream);
cudaStreamSynchronize(oldStream);
}
private:

Loading…
Cancel
Save