opencv/modules/python/src2
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
..
cv2.cpp Merge pull request #19816 from alalek:python_customize_namespaces 2021-04-01 12:27:04 +00:00
gen2.py Stream default to Stream::Null() when no default in function prototype 2021-05-01 10:03:28 +00:00
hdr_parser.py Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-04-01 09:54:57 +00:00
pycompat.hpp python: fix CV_WRAP_AS handling 2021-03-30 22:02:48 +00:00