146 Commits (e00cfe067d16fd841940fbb139f8846da91ad19d)

Author SHA1 Message Date
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
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
Vadim Levin 7b0d7d0c9a fix: conversion to string in python bindings 4 years ago
Alexander Alekhin 3e5d7e1718 imgproc: fix minAreaRect() 4 years ago
Alexander Alekhin d7d51e4cc7 python: replace numpy.full() to support numpy<1.13 4 years ago
Anatoliy Talamanov 986bc65e1f Change imports order for copytomask 4 years ago
Alexander Alekhin 442999dcdb core: fix handling of ND-arrays in dumpInputArray() helpers 4 years ago
Vadim Pisarevsky 5489735258
Merge pull request #17436 from vpisarev:fix_python_io 5 years ago
Vadim Levin 90ec651bd7 test: Add test to verify correct mat substitution into the template in header parser 5 years ago
Peter Würtz 53c0189ed7 Allow access to CUDA memory and stream pointers for interoperability. 5 years ago
cudawarped 5542dcb2bc
Merge pull request #16248 from cudawarped:fix_python_cudawarping_cudaarithm 5 years ago
Vadim Levin 31289d2f32 Merge pull request #15915 from VadimLevin:dev/norm_fix 5 years ago
Brian Wignall f9c514b391 Fix spelling typos 5 years ago
Brian Wignall 659ffaddb4 Fix spelling typos 5 years ago
cudawarped d427cebd12 Fix mistake introcuded in previous PR and increase test coverage to avod this happening again 5 years ago
cudawarped b4a3c92867 Merge pull request #15957 from cudawarped:fix_cudacodec_python 5 years ago
Vadim Levin 8d74101f07 Merge pull request #15955 from VadimLevin:dev/vlevin/generator_tests 5 years ago
Alexander Alekhin 48073e6d95 pylint: eliminate warnings 5 years ago
Alexander Alekhin 0e40c8a031 fix pylint warnings 5 years ago
Alexander Alekhin 9340af1a8a core: Async API / AsyncArray 6 years ago
Alexander Alekhin a0a1fb5fec python: discover tests from module/misc/python/test paths 6 years ago
Pavel Rojtberg 62775660d1 core: python - test cv::copyTo with pre-allocated dst 6 years ago
LaurentBerger 2fb409b286 Merge pull request #13267 from LaurentBerger:StitchPython 6 years ago
Alexander Alekhin c8f934b5b1
Merge pull request #13415 from alalek:issue_13406 6 years ago
Alexander Alekhin 2fa9bd221d core: add utils::findDataFile() / samples::findFile() 6 years ago
Jiri Horner 1ba7c728a6 Merge pull request #12827 from hrnr:stitching_4 6 years ago
Alexander Alekhin cfb02b5370 shape: move sample to opencv_contrib 6 years ago
LaurentBerger 936523ae52 Add python test for copyto with mask 6 years ago
Suleyman TURKMEN 8eb987e393 Update findContours parameter type 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 6 years ago
Alexander Alekhin 3cab9e7a9c 3.4: fixes 6 years ago
Dmitry Kurtaev d259eb28bb Add python tests for dnn module 6 years ago
Alexander Alekhin 95dd4b3f27 bindings: add debug helpers for args conversions 6 years ago
Hamdi Sahloul ee6415bd1c Improves a UMat unit test 6 years ago
Hamdi Sahloul 669ee0415a Rewrite the UMat Python wrapper 6 years ago
Hamdi Sahloul 532eace7d6 Extensive wrapping of CUDA functionalities for Python 6 years ago
Hamdi Sahloul 293facbae7 Support Python binding for CUDA functionalities 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 dcb9bc2544 python: eliminate pylint warnings 7 years ago
Dan Mašek 8c1d8eccdd Merge pull request #11207 from dan-masek:add_redirect_error 7 years ago
Pavel Rojtberg 2d674fc151 persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX (#10636) 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