258 Commits (9d91c63502a0fb6c6c6d78a4f53f435df68a967c)

Author SHA1 Message Date
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
Andrei Costinescu 38d73123c1
#include <math.h> in cv2.cpp 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 9e298ea1bb build: eliminate c++17 Python build warning 7 years ago
Alexander Alekhin 768f4cb7bc python: 'sub-module' for binding sources and documentation meta information 7 years ago
Alexander Alekhin cbf2b51e40 bindings(py): fix handling of 'isalgorithm' 7 years ago
Cartucho 7267e94be7 Merge pull request #9736 from Cartucho/const_and_class_to_json 7 years ago
Vitaly Tuzov 868ad16041 Python wrappers for Vec and Matx 7 years ago
Igor Wodiany e2499e5b2f
Move vector_size_t and vector_vector_Mat 7 years ago
Congxiang Pan 89b6e68e1e Merge pull request #9466 from huningxin:js 7 years ago
Dmitry Kurtaev bd8e6b7e14 Make external cv::dnn::Importer usage is deprecated 7 years ago
Alexander Alekhin 200c8a0d3a python: generate pyopencv_signatures.json file 7 years ago
Lewis B 1caca2112b Merge pull request #8934 from lewisjb:python-classes 7 years ago
Alexander Alekhin 72f789bf34 core: fix type traits 7 years ago
Alexander Alekhin 46f05f2db6 python: disable assertion in NumpyAllocator 7 years ago
Alexander Alekhin b32d914aab static analyze: python dynamic_cast checks 7 years ago
Alexander Alekhin 6ea6e4bceb binding: fix headers processing 7 years ago
Alexander Alekhin 2db45c8a85 hdr_parser: ignore lines with 'CV__' macros 7 years ago
lewisjb 078b4cc971 Added Python Docstrings 8 years ago
Werner Palfinger 0f42031b10 fixed typo in pyopencv_from Point3d 8 years ago
Pavel Rojtberg 930611dfa8 python: move Ptr specializations above generic_vec to allow vector_Ptr_T 8 years ago
Peter Würtz a4c70aebd0 Expose UMat OpenCL handles and buffer information to python 8 years ago
Hamdi Sahloul 89088937a7 Avoid memory leakage in smart pointers wrapper 8 years ago
Hamdi Sahloul c75b589f89 Wraps smart pointers properly 8 years ago
Hans Gaiser 11b24eb49f Expose CirclesGridFinderParameters in findCirclesGrid. 8 years ago
Pavel Rojtberg 789dc0a3b7 python: type of initial_button_state must match format string 8 years ago
Hamdi Sahloul 232d6b87f4 cv::Matx python wrapper 8 years ago
Peter Würtz c659f94dca Expose more UMat constructors to python 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
Alexander Alekhin a88b94cc44 build: fix warning in python parser 8 years ago
abratchik 8da1303179 add vector_vector_KeyPoint support to python wrappers 8 years ago
Vitaliy Lyudvichenko ab8de8f506 Adding of user-defined type conversions for python bindings inside module directories 8 years ago
Alexander Alekhin c0fe374490 cmake: python, allow dynamic symbols lookup from libpython.so 8 years ago
Matthew Skolaut f861d0d643 merge #ifs in highgui bindings 9 years ago
Matthew Skolaut 7284a77cd3 fix casting warning in python createButton binding 9 years ago
Matthew Skolaut 9b959072a2 added python binding for createButton 9 years ago
Maksim Shabunin 8011be2810 Python bindings: added std::vector< std::pair< int, double > > type read support 9 years ago
berak 11e563fd5d python: support for size_t args (default value) 9 years ago
Nikolay Polyarniy 46e08d34dd T-API python support implemented: 9 years ago
berak 1048b235bf add Rect2d to python bindings 9 years ago
Maksim Shabunin f49936a849 Fixed cmake and build issues when using Visual Studio 2015 9 years ago
Wangyida ca599eee40 python modification for Point3D 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago