408 Commits (e60a7c0d490b5bd94524680deb74177d7bfb9ae4)

Author SHA1 Message Date
Anatoliy Talamanov 5330112f05
Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2 years ago
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
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 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 3a15152be5 refactor: rework test to be more specific 2 years ago
赵楚洋 f1055a7e91 add test 2 years ago
Sean McBride 1829eba584 Fixed most clang -Wextra-semi warnings 2 years ago
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf 2 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
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 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
Dale Phurrough 068f33cfdf
add nodiscard to features2d clone funcs 3 years ago
Vadim Levin 390957fec4 fix: NumPy array allocation error message in vector conversion 3 years ago
Vadim Levin 16b9514543 feat: update conversion logic for `std::vector<T>` in Python bindings 3 years ago
Duong Dac cefa602601 Avoid adding false UMat/GpuMat declaration 3 years ago
Vadim Levin 531ea5b3a2 fix: convert arguments names that are keywords reserved by Python 3 years ago
berak 9f2dcc3f13 python: fix trackbar warning 3 years ago
Anatoliy Talamanov 9fe49497bb
Merge pull request #20284 from TolyaTalamanov:at/wrap-render 3 years ago
Anatoliy Talamanov fb7ef76e74
Merge pull request #20271 from TolyaTalamanov:at/extend-python-bindings 3 years ago
David Geldreich 6a4bfc0863 Stream default to Stream::Null() when no default in function prototype 4 years ago
Alexander Alekhin c20a424e3a gapi(python): rename cv.gapi_wip_op / cv.gapi_wip_kernels 4 years ago
Alexander Alekhin 2e005f5dc2 python: allow to customize Python namespaces 4 years ago
Alexander Alekhin d651ff8d6b python: exception-free pyopencv_to() wrapper 4 years ago
Alexander Alekhin bb6e15f2c0 python: fix CV_WRAP_AS handling 4 years ago
Anatoliy Talamanov 3f14cb073b
Merge pull request #19804 from TolyaTalamanov:at/python-custom-op 4 years ago
Anatoliy Talamanov 79d4a38d87 Implement python backend 4 years ago
Anatoliy Talamanov eb82ba36a3
Merge pull request #19322 from TolyaTalamanov:at/python-callbacks 4 years ago
Anatoliy Talamanov c527b3cefd
Merge pull request #19319 from TolyaTalamanov:at/introduce-gopaque-garray-for-python 4 years ago
Pavel Rojtberg 6c1a433c4c python: also catch general c++ exceptions 4 years ago
Alexander Alekhin c5bf15e009 build: fix cv2.cpp compilation 4 years ago
Vadim Levin 1d3207d7c7 feat: common fixed size sequence conversion for Python bindings 4 years ago
Alexander Alekhin 7825abd540 python: handle errors in Rect conversions 4 years ago
Vadim Levin a0bdb78a99 feat: add overload resolution exception for Python bindings 4 years ago