24933 Commits (84ae8097b1478ed5d253fd011cc96a7f054b0253)
 

Author SHA1 Message Date
Alexander Alekhin 5eb295adf3 Merge pull request #12379 from alalek:fix_warning_win32 6 years ago
Alexander Alekhin 20bf7b6a79 imgcodecs(webp): use safe cast to size_t on Win32 6 years ago
Alexander Alekhin dce4e94f02 Merge pull request #12372 from cv3d:fix/python_phantom 6 years ago
Alexander Alekhin af769e4ec8 Merge pull request #12362 from alalek:fix_js_headers 6 years ago
Hamdi Sahloul ee6415bd1c Improves a UMat unit test 6 years ago
Alexander Alekhin 70a27c7dd6 core: add solveLP type checks for output 6 years ago
Alexander Alekhin 701760dbeb calib3d: use `Mat::reserveBuffer()` instead of `.create()` 6 years ago
Alexander Alekhin 0f9f2696be imgproc: small code refactoring (findContours -> l_cinfo) 6 years ago
Alexander Alekhin 65a0587ce8 imgproc(segmentation): don't increase mask NULL pointer 6 years ago
Hamdi Sahloul 78835ad87a Support enum arguments for Java binding 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
Alexander Alekhin dfa8467a08 Merge pull request #12180 from cv3d:cleanup/python_umat 6 years ago
Hamdi Sahloul 669ee0415a Rewrite the UMat Python wrapper 6 years ago
Vadim Pisarevsky f9c8bb40b1 Merge pull request #12350 from dkurt:dnn_ie_caffe_faster_rcnn 6 years ago
Vlad Karpushin 7d3a1657c9 doc: add new tutorial motion deblur filter (#12215) 6 years ago
Vlad Karpushin f36790d521 doc: fix English gramma in tutorial out-of-focus-deblur filter (#12214) 6 years ago
Peter Leitzen 367668710c Use secure URLs in README (#12160) 6 years ago
Vitaly Tuzov 0f2b535fcc Bit-exact GaussianBlur reworked to use wide intrinsics (#12073) 6 years ago
Vitaly Tuzov e345cb03d5 Bit-exact resize reworked to use wide intrinsics (#12038) 6 years ago
Alexander Alekhin 94dea84915 Merge pull request #12361 from alalek:fix_12359 6 years ago
Alexander Alekhin f33cbe94dd Merge pull request #12142 from alalek:dnn_ocl_fix_convolution_perf_tests 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
berak e13f6ded7f ml: fix adjusting K in KNearest (#12358) 6 years ago
Vadim Pisarevsky 4b03a4a841 Merge pull request #12353 from alalek:imgcodecs_fix_webp 6 years ago
Vadim Pisarevsky bab4f4f5d8 Merge pull request #12348 from take1014:subdiv_getTriangleList_5788 6 years ago
Vadim Pisarevsky a08c6e49b3 Merge pull request #12341 from terfendail:countnonzero_wintr 6 years ago
Dmitry Kurtaev 50bceea038 Include preprocessing nodes to object detection TensorFlow networks (#12211) 6 years ago
Alexander Alekhin 9e42204e67 Merge pull request #12360 from alalek:issue_12356 6 years ago
Alexander Alekhin c557193b8c dnn(test): use dnnBackendsAndTargets() param generator 6 years ago
Alexander Alekhin 3e6b3a6856 dnn(perf): fix and merge Convolution tests 6 years ago
Alexander Alekhin d52cef1719 js: use generated list of OpenCV headers 6 years ago
Alexander Alekhin fcfa488250 build: fix js build (make video->calib3d dependency optional) 6 years ago
Alexander Alekhin 0d4fd20a73 imgcodecs: add null pointer check 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
Alexander Alekhin 0515f930e8 imgcodecs(webp): multiple fixes 6 years ago
Alexander Alekhin 32a02544de Merge pull request #12189 from alalek:ippa_cleanup_3.4 6 years ago
Alexander Alekhin 90f47eb952 Merge pull request #12234 from cv3d:python/cuda/wrapping_functionalities 6 years ago
Alexander Alekhin fc1dee685e
Merge pull request #12351 from NobuoTsukamoto:3.4 6 years ago
Vitaly Tuzov c894fc5bae countNonZero function reworked to use wide universal intrinsics instead of SSE2 intrinsics 6 years ago
take1014 e1ee744e15 resolve #5788 6 years ago
Alexander Alekhin e86287d8ae cleanup: IPP Async (IPP_A) 6 years ago
Alexander Alekhin 15e57d28f5 Merge pull request #12293 from alalek:cleanup_stl_string_replacement 6 years ago
Alexander Alekhin 4c7d521413 Merge pull request #12346 from mshabunin:test-data-check 6 years ago
Nobuo Tsukamoto ade57c8bd0 Fixed that object_detection.py does not work in python3. 6 years ago
Dmitry Kurtaev ea43e28a37 Replace Slice layer to Crop in Faster-RCNN networks from Caffe 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
Vadim Pisarevsky 258a769567 Merge pull request #12327 from take1014:distanceTransform_type 6 years ago