818 Commits (b758897c2972e1b46601808e7b785e94a1def0bd)

Author SHA1 Message Date
Dmitry Kurtaev 380caa1a87
Merge pull request #23691 from dkurt:pycv_float16_fixes 2 years ago
Duong Dac a9424868a1
Merge pull request #20370 from ddacw:stub-gen-next 2 years ago
Dmitry Kurtaev 4823285b55
Merge pull request #23679 from dkurt:py_cv_type_macro 2 years ago
Dmitry Kurtaev 29b2f77b5f
Merge pull request #23674 from dkurt:py_cv_maketype 2 years ago
cudawarped 7539abecdb cuda: add python bindings to allow GpuMat and Stream objects to be initialized from raw pointers 2 years ago
SoY Szala 340e999c45 Proposed solution for issue #23633 2 years ago
Spike 95f087cd0b Fix reference counting errors in registerNewType 2 years ago
Vadim Levin 642942a72f fix: remove extra '/O' modifier for '/IO' arguments 2 years ago
Vadim Levin b07031b594 feat: named arguments handling in Python interface 2 years ago
Alexander Alekhin b42c11de82 pre: OpenCV 4.7.0 (version++) 2 years ago
Alexander Alekhin a494c75bfe pre: OpenCV 3.4.19 (version++) 2 years ago
Vincent Rabaud ad568edd7f Remove references to deprecated NumPy type aliases. 2 years ago
Marco Feuerstein bc8d494617
Merge pull request #22959 from feuerste:parallel_mertens 2 years ago
Alexander Alekhin 6a8c5a1d27 python: resolve Ptr<FileStorage> requirement issue 2 years ago
Sergei Shutov 8bd17163c7
Merge pull request #22939 from stopmosk:21826-python-bindings-for-videocapturewaitany 2 years ago
Vadim Levin 3f5f09e730 fix: add _ suffix to properties having reserved keyword names 2 years ago
Vadim Levin 253a4c113e fix: remove function duplicates in test_misc.py 2 years ago
Vadim Levin 3a15152be5 refactor: rework test to be more specific 2 years ago
赵楚洋 f1055a7e91 add test 2 years ago
cudawarped 8baf46c0a8 Add bindings and test 2 years ago
Sean McBride 1829eba584 Fixed most clang -Wextra-semi warnings 2 years ago
Andrey Senyaev 1feabf4275 Fixed an issue with a recursion of cv2 in python 2 years ago
Tomoaki Teshima 87ef6a9cc1 build: suppress the warning 2 years ago
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf 2 years ago
Alexander Alekhin e9428726ca pre: OpenCV 4.6.0 (version++) 3 years ago
Alexander Alekhin 400906b433 pre: OpenCV 3.4.18 (version++) 3 years ago
huangziqing 82ae9ef541 Wrap gpuMat::release to Python 3 years ago
Alexander Smorkalov 2402fa4824 Fix #21894: Wrap constructor to Python to create initialized cuda::BufferPool object. 3 years ago
Alexander Alekhin 386df457a9 python: ensure publishing of subclasses before derived types 3 years ago
Vadim Levin 4d46958c82 fix: inline namespace handling in header parser 3 years ago
Vadim Levin ccebbbc0ac feature: submodule or a class scope for exported classes 3 years ago
Vadim Levin 119d8b3aca
Merge pull request #21553 from VadimLevin:dev/vlevin/scope-for-classes-4x-port 3 years ago
Vadim Levin ef85b24a78 fix: wrong reference counter after module initialization 3 years ago
Vadim Levin d88730685e fix: submodules creation and registration 3 years ago
Vadim Levin eca2d92791 fix: submodules creation and registration 3 years ago
Vadim Levin 76e34d6f2c fix: handle possible PyModule_AddObject failure 3 years ago
Alexander Alekhin cdfa8a668b python: use '((x,y), (w,h), angle)' in std::vector<RotatedRect> 3 years ago
Alexander Alekhin c78a8dfd2d fix 4.x links 3 years ago
Alexander Alekhin b1a57c4cb2 fix 3.4 links 3 years ago
Alexander Alekhin 07dca8cc03 pre: OpenCV 4.5.5 (version++) 3 years ago
Alexander Alekhin 60c093f086 pre: OpenCV 3.4.17 (version++) 3 years ago
Andrey Senyaev d6891c705e
Merge pull request #21219 from asenyaev:asen/remove_distutils 3 years ago
Maksim Shabunin 973e1acb67
Merge pull request #21182 from mshabunin:split-cv2cpp 3 years ago
Alexander Alekhin 40c748a2ae python: properly handle step for multichannel case 3 years ago
Alexander Alekhin a590682764 cmake: update installation of python extra submodules 3 years ago
Alexander Alekhin 3e6f27522b pre: OpenCV 4.5.4 (version++) 3 years ago
Alexander Alekhin ebef84e9ea pre: OpenCV 3.4.16 (version++) 3 years ago
Alexander Smorkalov 2cc14bd0fb Verbose output for errors found by header parser. 3 years ago
Alexander Alekhin 0c10ae1861 python: cv.Mat wrapper over numpy.ndarray 3 years ago
Vadim Levin 3c89a28a06
Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 3 years ago