459 Commits (ddba77229796e0129f36bb17b2a289f75740fabf)

Author SHA1 Message Date
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
Alexander Alekhin 5560db73bf python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
Alexander Alekhin 768f4cb7bc python: 'sub-module' for binding sources and documentation meta information 7 years ago
Pavel Rojtberg 6fb9d42c3f Hid symbols in static builds, added LTO flags, removed exports from ts 7 years ago
Pavel Rojtberg 3c795a0dab add test_algorithm_rw using AKAZE 7 years ago
Alexander Alekhin cbf2b51e40 bindings(py): fix handling of 'isalgorithm' 7 years ago
Alexander Alekhin 019de554a0 python(test): don't write bytecode 7 years ago
Alexander Alekhin 3ee8079f35 python(test): add tests filter 7 years ago
Alexander Alekhin aa70199ce1 build: avoid exporting of unnecessary symbols from Python bindings 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
Deric Crago a0d7cf89f2 Fixed 'boundary' spelling 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 572a7bf6ce python: add special targets gen_opencv_python2(3) 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 7791839f22 python(test): tests filtering 7 years ago
Alexander Alekhin 2f94637899 python(test): refactor test.py, move test code outside from test.py 7 years ago
Alexander Alekhin 936234d5b1 python(test): enable pylint checks for tests 7 years ago
Alexander Alekhin 72f789bf34 core: fix type traits 7 years ago
Alexander Alekhin ea6fe71a50 python: eliminate -Wundef warning about NPY_INTERNAL_BUILD 7 years ago
Alexander Alekhin b6949c5088 cmake: CMP0022 NEW 7 years ago
Alexander Alekhin 46f05f2db6 python: disable assertion in NumpyAllocator 7 years ago
Alexander Alekhin 15a6586062 python: stitching simple test 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
Alexander Alekhin 006966e629 trace: initial support for code trace 8 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