1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00
Files
opencv/modules/python/test
David Geldreich 6a4bfc0863 Stream default to Stream::Null() when no default in function prototype
this corrects bug #16592 where a Stream is created at
each GpuMat::load(arr,stream) call

a correct solution would have been to add a default to GpuMat::load
but due to circular dependence between Stream and GpuMat, this is not possible
add test_cuda_upload_download_stream to test_cuda.py
2021-05-01 10:03:28 +00:00
..
2019-12-27 12:46:53 +00:00
2019-05-18 19:32:23 +00:00
2020-12-10 08:57:58 +00:00
2019-12-27 12:46:53 +00:00
2018-09-18 08:31:11 +00:00