1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00
Commit Graph

8 Commits

Author SHA1 Message Date
Alexander Smorkalov
a06aecea95 Fixed several test failures in Python tests for CUDA modules. 2023-07-20 13:32:16 +03:00
cudawarped
c49a4202e0 cudacodec: return luma hist from VideoReader::nextFrame if requested 2023-07-18 11:08:01 +03:00
James Bowley
86790142c1 Extend Codec and ColorFormat enums instead of using VideoWriter specific ones and use camel-case for enum names. 2022-10-27 14:55:04 +03:00
James Bowley
4fa9c71169 Four factory method version. 2022-10-14 18:02:46 +03:00
James Bowley
9ccca57108 Update cudacodec::VideoWriter to work with the latest Nvidia Video Codec SDK 2022-10-09 10:32:04 +03:00
cudawarped
d2760791a4 Fix cudacodec and cudastereo python bindings. 2022-06-02 13:35:44 +01:00
cudawarped
54d1ae0417 Expose VideoReader::format() to python bindings and update python test to check for this. 2022-03-14 13:21:47 +00:00
cudawarped
d7d6360fce Merge pull request #2396 from cudawarped:fix_python_cudawarping_cudaarithm
Add python bindings to cudaobjdetect, cudawarping and cudaarithm

* Overload cudawarping functions to generate correct python bindings.
Add python wrapper to convolution funciton.

* Added shift and hog.

* Moved cuda python tests to this repo and added python bindings to SURF.

* Fix SURF documentation and allow meanshiftsegmention to create GpuMat internaly if not passed for python bindings consistency.

* Add correct cuda SURF test case.

* Fix python mog and mog2 python bindings, add tests and  correct cudawarping documentation.

* Updated KeyPoints in cuda::ORB::Convert python wrapper to be an output argument.

* Add changes suggested by alalek

* Added changes suggested by asmorkalov
2020-01-29 12:54:42 +03:00