17684 Commits (64b3c1e6915d14b3a66f584c6f229139da5e321e)

Author SHA1 Message Date
Alexander Alekhin 64b3c1e691 core(test): update cv::Ptr tests 6 years ago
Alexander Alekhin 15aee09c7f core: replace cv::Ptr implementation => std::shared_ptr 6 years ago
Sergey Nuzhny 80610ca054 Merge pull request #12449 from Nuzhny007:master 6 years ago
Hamdi Sahloul b487e2df0b opencv_js: Support Python3 and MSVC 6 years ago
Hamdi Sahloul c6ed2bf9aa opencv_js: fix a bug in handling enums using the new parser 6 years ago
Alexander Alekhin b50c70bbfa features2d(test): extract common extract/invariance test code 6 years ago
Alexander Alekhin af021e79d9 video(perf): drop unreliable sanity checks 6 years ago
Alexander Alekhin f90aea22b1 cuda: fix build (legacy C-API usage) 6 years ago
cyy 8b48c2a10c Merge pull request #12443 from DEEPIR:master 6 years ago
Sayed Adel f5d181db3a python:ppc64 Add missing support for PyLongObject 6 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 6 years ago
Vadim Pisarevsky 54279523a3 Merge pull request #12437 from vpisarev:avx2_fixes 6 years ago
Alexander Alekhin 24e72e151a imgproc: grabcut numeric stability 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin ad146e5a6b core: remove constructors from C API structures 6 years ago
Rostislav Vasilikhin da7e1cfb49 Merge pull request #12279 from savuor:cvtcolor_bgr2gray_8u_15bits 6 years ago
Dmitry Kurtaev d486204a0d Merge pull request #12264 from dkurt:dnn_remove_forward_method 6 years ago
woody.chow 07c6b0a8df Replace naive normL2Sqr with hal::normL2Sqr_ for better performance 6 years ago
Zhenqing Hu d621a99e73 To fix bug #12389, which is a validation for the potential null pointer. 6 years ago
Alexander Alekhin e70526625f imgproc: fix Subdiv2D::getTriangleList() 6 years ago
Dmitry Kurtaev 6ec230480d Enable Myriad tests with batch size > 1 6 years ago
Alexander Alekhin c441ad36c8 build: don't use nullptr without C++11 guard 6 years ago
Hamdi Sahloul 3f3d805663 Workaround for GTest v1.8.1 + Visual Studio 2013 (vc12) 6 years ago
Dmitry Kurtaev 27a6be8763 Fix #12407 6 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 6 years ago
cyy 10fb88d027 Merge pull request #12391 from DEEPIR:master 6 years ago
Todor Tomov 9988e1b6ee cap_v4l: Fix private control enumeration end condition 6 years ago
Alexander Alekhin 2cf34c0fe5 dnn: fix tests build with disabled OpenCL 6 years ago
Alexander Alekhin f10fd64630 dnn: update "guard" inline namespace 6 years ago
Alexander Alekhin 00cbb894ec CUDA: drop OPENCV_TRAITS_ENABLE_DEPRECATED requirement 6 years ago
Alexander Alekhin a0f86479e0 core: wrap custom types via _RawArray (raw() call) 6 years ago
Vitaly Tuzov f9a5c4d181 Fixed bit-exact resize wide intrinsics implementation for 16U 6 years ago
LaurentBerger d71812425a Solves issue 12392 6 years ago
Alexander Alekhin 1e362ff5c3 imgproc(GaussianBlur): restore processing order 6 years ago
yuki takehara cb7ee27cd9 Fix bug in distanceTransform (#12278) 6 years ago
Dmitry Kurtaev c7cf8fb35c Import SSDs from TensorFlow by training config (#12188) 6 years ago
Peter Jozsa 8b0e1c7fcb Fix https://github.com/opencv/opencv/issues/12301 6 years ago
Wu Zhiwen a11d944f51 dnn: Remove a duplicated code snippet for flatten layer 6 years ago
Alexander Alekhin af883e88e1 ts: support QEMU launcher 6 years ago
Alexander Alekhin 3dddf703a9 ts: re-apply OpenCV-specific patch on googletest 1.8.1 6 years ago
cyy 09837928d9 Merge pull request #12357 from DEEPIR:master 6 years ago
Alexander Alekhin f7ccc74e09 ts: update Google Test 1.8.1 6 years ago
Alexander Alekhin 546fcd990e ts: restore Google Test 1.8.0 (capture OpenCV specific patch) 6 years ago
Alexander Alekhin 20bf7b6a79 imgcodecs(webp): use safe cast to size_t on Win32 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