opencv/modules/python/src2
cudawarped b4a3c92867 Merge pull request #15957 from cudawarped:fix_cudacodec_python
Fix cudacodec python

* Add python bindings to cudacodec.

* Allow args with CV_OUT GpuMat& or CV_OUT cuda::GpuMat& to generate python bindings that allow the argument to be an optional output in the same way as OutputArray.

* Add wrapper flag to indicate that an OutputArray is a GpuMat.

* python: drop CV_GPU, extra checks in test

* Remove "cuda::GpuMat" check rom python parser
2019-12-04 18:57:58 +03:00
..
cv2.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-11-22 22:47:13 +00:00
gen2.py Merge pull request #15957 from cudawarped:fix_cudacodec_python 2019-12-04 18:57:58 +03:00
hdr_parser.py Merge pull request #15957 from cudawarped:fix_cudacodec_python 2019-12-04 18:57:58 +03:00
pycompat.hpp python: force using of ArgInfo 2019-11-15 19:16:22 +03:00