opencv/modules/python
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
..
bindings cmake: fix files order in Python bindings 2021-04-01 09:48:50 +00:00
package Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-04-15 20:50:26 +00:00
python2 python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
python3 python: fixed limited API build 2020-09-25 14:16:46 +03:00
src2 Stream default to Stream::Null() when no default in function prototype 2021-05-01 10:03:28 +00:00
test Stream default to Stream::Null() when no default in function prototype 2021-05-01 10:03:28 +00:00
CMakeLists.txt cmake: fix missing project() warning in Python standalone builds 2020-03-12 14:29:31 +03:00
common.cmake cmake(python): handle PYTHON3_LIMITED_API 2020-03-18 23:10:06 +00:00
python_loader.cmake fixes #16500 2020-02-20 11:10:12 +08:00
standalone.cmake python: update CMake install rules 2019-03-15 13:11:00 +03:00