723 Commits (21872e2fb021a52851ce8f22518ce1166777a3ef)

Author SHA1 Message Date
Hamdi Sahloul e104fcc000 Generate enum bindings automatically 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 6 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
Alexander Alekhin 3cab9e7a9c 3.4: fixes 6 years ago
Dmitry Kurtaev d259eb28bb Add python tests for dnn module 6 years ago
Hamdi Sahloul 03b3be0f51 MSVC: Slience external/meaningless warnings 6 years ago
Alexander Alekhin 89720ae24d python: fix "unsigned int" / "size_t" overloading conflict 6 years ago
Alexander Alekhin 95dd4b3f27 bindings: add debug helpers for args conversions 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Sayed Adel f5d181db3a python:ppc64 Add missing support for PyLongObject 6 years ago
Hamdi Sahloul ee6415bd1c Improves a UMat unit test 6 years ago
Hamdi Sahloul 4e6be21a44 Support enum arguments for Python binding 6 years ago
Hamdi Sahloul f89e4e7dd0 Support parsing C++11 `enum struct` and `enum class` 6 years ago
Hamdi Sahloul 669ee0415a Rewrite the UMat Python wrapper 6 years ago
Hamdi Sahloul 2bbe31a8f6 Support non-static phantom methods for binding generator 6 years ago
Hamdi Sahloul 7cdb0eafeb Enable the binding generator to parse shadow files 6 years ago
Hamdi Sahloul 532eace7d6 Extensive wrapping of CUDA functionalities for Python 6 years ago
Hamdi Sahloul d4ac4fcde1 Python binding: METH_STATIC instead of METH_CLASS for static functions 6 years ago
berak 21f3987d53 python: add support for NMSBoxes 6 years ago
Hamdi Sahloul b5eb65e53e Improve Python binding generator with mappable types and phantom headers 6 years ago
Hamdi Sahloul f1ca05c822 Extend python exception `cv.error` 6 years ago
Hamdi Sahloul 900df21b7d Support enum-type detection for binding generator 6 years ago
Hamdi Sahloul 93bad514a8 Easy binding for python code generator 6 years ago
Hamdi Sahloul 293facbae7 Support Python binding for CUDA functionalities 6 years ago
Maksim Shabunin 0aded5aae6 cmake: fixed builds in directories containing plus sign 6 years ago
Alexander Alekhin 270cc3bcbc videoio: add routines to query information about backends API 6 years ago
Pavel Rojtberg 3f65924c45 core: FileStorage - add support for writing vector<String> with bindings (#11883) 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
ilovezfs 0c4328fbf3 Python 3.7 compatability 6 years ago
Alexander Alekhin dd7f88bd68 python: support standalone Python bindings build 7 years ago
Alexander Alekhin dcb9bc2544 python: eliminate pylint warnings 7 years ago
Alexander Alekhin c2d40b465d python: fix arg types of cv2_UMatWrapperObject functions 7 years ago
Alexander Alekhin 1207300e01 python: avoid direct cast PyCFunctionWithKeywords->PyCFunction 7 years ago
Dmitry Kurtaev d5b9563263 Custom deep learning layers in Python 7 years ago
Alexander Alekhin 21026bf7cd python: fix support of UI callbacks 7 years ago
Dan Mašek 8c1d8eccdd Merge pull request #11207 from dan-masek:add_redirect_error 7 years ago
Dan Mašek f6e299b58b Fix #11206 7 years ago
Dan Mašek eae3ed0c08 Fix a leak described in issue #11205 7 years ago
Alexander Alekhin 25be4186bc python: apply CV_OVERRIDE/CV_FINAL 7 years ago
Alexander Alekhin 08941b7890 cmake: avoid amending of CMAKE_COMPILER_IS_[GNUCXX|CLANGCXX|CCACHE] vars 7 years ago
Andrei Costinescu 38d73123c1
#include <math.h> in cv2.cpp 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 84887d3011 cmake: use -isystem for Python/numpy include directories 7 years ago
Alexander Alekhin 9e298ea1bb build: eliminate c++17 Python build warning 7 years ago
Alexander Alekhin 01f4a173ab opencv_version: dump OpenCL information via opencv_version 7 years ago
Pavel Rojtberg 2d674fc151 persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX (#10636) 7 years ago
Alexander Alekhin 59c6661db0 cmake: eliminate ninja generator warning (CMake 3.10), refactor code 7 years ago
Alexander Alekhin ea5a3e557f python: filter modules headers (from <module>/include directory) 7 years ago
Alexander Alekhin 361bb1197f cmake: fix opencv_world build with contrib 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago