199 Commits (7be5181bffd2e9a69b78fd53ddc02bfa8b34aa84)

Author SHA1 Message Date
Alexander Smorkalov 15783d6598
Merge pull request #25792 from asmorkalov:as/HAL_fast_GaussianBlur 5 months ago
Christine Poerschke 8b2783e9ff replace lena.jpg in find-existing-file tests 6 months ago
Maksim Shabunin af4531b378 python: adapt test to NumPy 2.x 7 months ago
thewoz afb91b552e
Merge pull request #24415 from thewoz:imread 8 months ago
Alexander Smorkalov cb92974914 Test for Rect2f in Python. 10 months ago
Stefan Dragnev 2791bb7062
Merge pull request #24773 from tailsu:sd/pathlike 11 months ago
Kumataro b870ad46bf
Merge pull request #24074 from Kumataro/fix24057 1 year ago
Dmitry Kurtaev 6bc369fc56
Merge pull request #24250 from dkurt:ts_fixture_constructor_skip_2 1 year ago
Alexander Smorkalov cca4ee2e46 Revert PR 24186 as it force skip tests. 1 year ago
Dmitry Kurtaev 588ddf1b18
Merge pull request #24186 from dkurt:ts_fixture_constructor_skip 1 year ago
cudawarped bea0c1b660 cuda: Fix GpuMat::copyTo and GpuMat::converTo python bindings 1 year ago
Vadim Levin 4c568e6ed3 fix: preserve NumPY writeable flag in output arguments 1 year ago
Alexander Smorkalov 48c52c8bbb Fixed tests execution with Python 2.7 1 year ago
Vadim Levin 953de60ff0 feat: update NumPy type to Mat type fail message 1 year ago
Dmitry Kurtaev 22b747eae2
Merge pull request #23702 from dkurt:py_rotated_rect 1 year ago
Dmitry Kurtaev 380caa1a87
Merge pull request #23691 from dkurt:pycv_float16_fixes 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
Vadim Levin b07031b594 feat: named arguments handling in Python interface 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
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
cudawarped 8baf46c0a8 Add bindings and test 2 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
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
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 40c748a2ae python: properly handle step for multichannel case 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
Vadim Levin 16b9514543 feat: update conversion logic for `std::vector<T>` in Python bindings 3 years ago
Alexander Panov 6f4160c014
Merge pull request #20584 from AleksandrPanov:fix_HoughCircles_ALT_dimensions 3 years ago
Vadim Levin 531ea5b3a2 fix: convert arguments names that are keywords reserved by Python 3 years ago
Smirnov Egor b42623ff9d port base64 encoding from 3.4 3 years ago
David Geldreich 6a4bfc0863 Stream default to Stream::Null() when no default in function prototype 4 years ago
Alexander Smorkalov 2e429268ff
Merge pull request #19668 from asmorkalov:as/filesystem_py 4 years ago
Pavel Rojtberg 6c1a433c4c python: also catch general c++ exceptions 4 years ago
LaurentBerger 94e1126678
Merge pull request #19423 from LaurentBerger:houg_acc 4 years ago
Dale Phurrough 34c3f0f495
add cuda::Stream constructor with cuda flags 4 years ago
Dale Phurrough 5c70a2015f
fix python test runner wildcard handling 4 years ago