1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +08:00

7 Commits

Author SHA1 Message Date
huangziqing
4c76620299 Extend the interface of the ORB class 2022-04-29 23:13:53 +08:00
Aleksandr Patsekin
69a5fdb8e5 fixing return value of python bindings for cudafeatures2d methods 2021-04-12 14:58:32 -07: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
Geert Willems
a197133dd1 add get/set for FastThreshold 2019-07-24 12:21:18 +02:00
Hamdi Sahloul
f182eddbea Convert cuda.ORB unnamed enum to static const int 2018-09-20 06:45:14 +09:00
Hamdi Sahloul
3cadb4000b Convert cuda.FastFeatureDetector unnamed enum to static const int 2018-09-20 06:45:07 +09:00
Alexander Alekhin
82733fe56b cuda: move CUDA modules to opencv_contrib
OpenCV 4.0+
2018-09-19 18:57:43 +03:00