1. 22 Jun, 2017 5 commits
  2. 21 Jun, 2017 12 commits
    • Alexander Alekhin's avatar
    • dkurt's avatar
      Catch SkipTestException in performance tests · e74fed5c
      dkurt authored
      e74fed5c
    • Alexander Alekhin's avatar
      d29c299c
    • Alexander Alekhin's avatar
      .gitignore: added ".cache" directory back · f0e3431b
      Alexander Alekhin authored
      It is necessary for proper work of "git clean" command
      f0e3431b
    • Dmitry Kurtaev's avatar
      cmake: add Halide support (#8794) · 16368a27
      Dmitry Kurtaev authored
      16368a27
    • Jiri Horner's avatar
      Merge pull request #8869 from hrnr:akaze_part1 · 5f20e802
      Jiri Horner authored
      [GSOC] Speeding-up AKAZE, part #1 (#8869)
      
      * ts: expand arguments before stringifications in CV_ENUM and CV_FLAGS
      
      added protective macros to always force macro expansion of arguments. This allows using CV_ENUM and CV_FLAGS with macro arguments.
      
      * feature2d: unify perf test
      
      use the same test for all detectors/descriptors we have.
      
      * added AKAZE tests
      
      * features2d: extend perf tests
      
      * add BRISK, KAZE, MSER
      * run all extract tests on AKAZE keypoints, so that the test si more comparable for the speed of extraction
      
      * feature2d: rework opencl perf tests
      
      use the same configuration as cpu tests
      
      * feature2d: fix descriptors allocation for AKAZE and KAZE
      
      fix crash when descriptors are UMat
      
      * feature2d: name enum to fix build with older gcc
      
      * Revert "ts: expand arguments before stringifications in CV_ENUM and CV_FLAGS"
      
      This reverts commit 19538cac1e45b0cec98190cf06a5ecb07d9b596e.
      
      This wasn't a great idea after all. There is a lot of flags implemented as #define, that we don't want to expand.
      
      * feature2d: fix expansion problems with CV_ENUM in perf
      
      * expand arguments before passing them to CV_ENUM. This does not need modifications of CV_ENUM.
      * added include guards to `perf_feature2d.hpp`
      
      * feature2d: fix crash in AKAZE when using KAZE descriptors
      
      * out-of-bound access in Get_MSURF_Descriptor_64
      * this happened reliably when running on provided keypoints (not computed by the same instance)
      
      * feature2d: added regression tests for AKAZE
      
      * test with both MLDB and KAZE keypoints
      
      * feature2d: do not compute keypoints orientation twice
      
      * always compute keypoints orientation, when computing keypoints
      * do not recompute keypoint orientation when computing descriptors
      
      this allows to test detection and extraction separately
      
      * features2d: fix crash in AKAZE
      
      * out-of-bound reads near the image edge
      * same as the bug in KAZE descriptors
      
      * feature2d: refactor invariance testing
      
      * split detectors and descriptors tests
      * rewrite to google test to simplify debugging
      * add tests for AKAZE and one test for ORB
      
      * stitching: add tests with AKAZE feature finder
      
      * added basic stitching cpu and ocl tests
      * fix bug in AKAZE wrapper for stitching pipeline causing lots of
      ! OPENCV warning: getUMat()/getMat() call chain possible problem.
      !                 Base object is dead, while nested/derived object is still alive or processed.
      !                 Please check lifetime of UMat/Mat objects!
      5f20e802
    • Vadim Pisarevsky's avatar
      437ca0b6
    • Vadim Pisarevsky's avatar
      2c30f358
    • Vadim Pisarevsky's avatar
    • Alexander Alekhin's avatar
      core: fix IPP optimization for sortIdx · d3ebe665
      Alexander Alekhin authored
      d3ebe665
    • Alexander Alekhin's avatar
      90673101
    • Alexander Alekhin's avatar
      cmake: guard scanning of default MKL system-wide paths · 9496fe40
      Alexander Alekhin authored
      - WITH_MKL option is enabled
      - user doesn't specify MKLROOT/MKL_ROOT_DIR variables
      9496fe40
  3. 20 Jun, 2017 8 commits
  4. 19 Jun, 2017 3 commits
  5. 15 Jun, 2017 7 commits
  6. 14 Jun, 2017 5 commits