17567 Commits (f3fae0dae05f6e3234d504ff14dba155f8a6b1f1)

Author SHA1 Message Date
Alexander Alekhin f90aea22b1 cuda: fix build (legacy C-API usage) 7 years ago
cyy 8b48c2a10c Merge pull request #12443 from DEEPIR:master 7 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 7 years ago
Vadim Pisarevsky 54279523a3 Merge pull request #12437 from vpisarev:avx2_fixes 7 years ago
Alexander Alekhin 24e72e151a imgproc: grabcut numeric stability 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Alexander Alekhin ad146e5a6b core: remove constructors from C API structures 7 years ago
Dmitry Kurtaev d486204a0d Merge pull request #12264 from dkurt:dnn_remove_forward_method 7 years ago
woody.chow 07c6b0a8df Replace naive normL2Sqr with hal::normL2Sqr_ for better performance 7 years ago
Zhenqing Hu d621a99e73 To fix bug #12389, which is a validation for the potential null pointer. 7 years ago
Alexander Alekhin e70526625f imgproc: fix Subdiv2D::getTriangleList() 7 years ago
Dmitry Kurtaev 6ec230480d Enable Myriad tests with batch size > 1 7 years ago
Alexander Alekhin c441ad36c8 build: don't use nullptr without C++11 guard 7 years ago
Hamdi Sahloul 3f3d805663 Workaround for GTest v1.8.1 + Visual Studio 2013 (vc12) 7 years ago
Dmitry Kurtaev 27a6be8763 Fix #12407 7 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 7 years ago
Todor Tomov 9988e1b6ee cap_v4l: Fix private control enumeration end condition 7 years ago
Alexander Alekhin 2cf34c0fe5 dnn: fix tests build with disabled OpenCL 7 years ago
Alexander Alekhin 00cbb894ec CUDA: drop OPENCV_TRAITS_ENABLE_DEPRECATED requirement 7 years ago
Alexander Alekhin a0f86479e0 core: wrap custom types via _RawArray (raw() call) 7 years ago
Vitaly Tuzov f9a5c4d181 Fixed bit-exact resize wide intrinsics implementation for 16U 7 years ago
LaurentBerger d71812425a Solves issue 12392 7 years ago
Alexander Alekhin 1e362ff5c3 imgproc(GaussianBlur): restore processing order 7 years ago
yuki takehara cb7ee27cd9 Fix bug in distanceTransform (#12278) 7 years ago
Dmitry Kurtaev c7cf8fb35c Import SSDs from TensorFlow by training config (#12188) 7 years ago
Peter Jozsa 8b0e1c7fcb Fix https://github.com/opencv/opencv/issues/12301 7 years ago
Wu Zhiwen a11d944f51 dnn: Remove a duplicated code snippet for flatten layer 7 years ago
Alexander Alekhin af883e88e1 ts: support QEMU launcher 7 years ago
Alexander Alekhin 3dddf703a9 ts: re-apply OpenCV-specific patch on googletest 1.8.1 7 years ago
Alexander Alekhin f7ccc74e09 ts: update Google Test 1.8.1 7 years ago
Alexander Alekhin 546fcd990e ts: restore Google Test 1.8.0 (capture OpenCV specific patch) 7 years ago
Alexander Alekhin 20bf7b6a79 imgcodecs(webp): use safe cast to size_t on Win32 7 years ago
Alexander Alekhin 70a27c7dd6 core: add solveLP type checks for output 7 years ago
Alexander Alekhin 701760dbeb calib3d: use `Mat::reserveBuffer()` instead of `.create()` 7 years ago
Alexander Alekhin 0f9f2696be imgproc: small code refactoring (findContours -> l_cinfo) 7 years ago
Alexander Alekhin 65a0587ce8 imgproc(segmentation): don't increase mask NULL pointer 7 years ago
Vitaly Tuzov 0f2b535fcc Bit-exact GaussianBlur reworked to use wide intrinsics (#12073) 7 years ago
Vitaly Tuzov e345cb03d5 Bit-exact resize reworked to use wide intrinsics (#12038) 7 years ago
berak e13f6ded7f ml: fix adjusting K in KNearest (#12358) 7 years ago
Dmitry Kurtaev 50bceea038 Include preprocessing nodes to object detection TensorFlow networks (#12211) 7 years ago
Alexander Alekhin c557193b8c dnn(test): use dnnBackendsAndTargets() param generator 7 years ago
Alexander Alekhin 3e6b3a6856 dnn(perf): fix and merge Convolution tests 7 years ago
Alexander Alekhin d52cef1719 js: use generated list of OpenCV headers 7 years ago
Alexander Alekhin 0d4fd20a73 imgcodecs: add null pointer check 7 years ago
Alexander Alekhin 0515f930e8 imgcodecs(webp): multiple fixes 7 years ago
Vitaly Tuzov c894fc5bae countNonZero function reworked to use wide universal intrinsics instead of SSE2 intrinsics 7 years ago
take1014 e1ee744e15 resolve #5788 7 years ago
Alexander Alekhin e86287d8ae cleanup: IPP Async (IPP_A) 7 years ago
Dmitry Kurtaev ea43e28a37 Replace Slice layer to Crop in Faster-RCNN networks from Caffe 7 years ago
Maksim Shabunin cecf84410c Added option to fail on missing testdata 7 years ago