1. 05 Sep, 2016 1 commit
    • mschoeneck's avatar
      Improve canny (#7227) · 9e61a28b
      mschoeneck authored
      * Improve Canny by using _mm_movemask_epi8 to find next pixel magnitude greater than lower threshold. Added parallelized finalPass to Canny with variable gradients. Little changes in finalPass.
      
      * Some things fixed
      9e61a28b
  2. 02 Sep, 2016 3 commits
  3. 30 Aug, 2016 1 commit
    • Tomoaki Teshima's avatar
      add 64F intrinsic in HAL NEON · 7fef96be
      Tomoaki Teshima authored
        * use universal intrinsic for accumulate series using float/double
        * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted
        * add v_cvt_f64_high in both SSE/NEON
        * add test for conversion v_cvt_f64_high in test_intrin.cpp
        * improve some existing universal intrinsic by using new instructions in Aarch64
        * add workaround for Android build in intrin_neon.hpp
      7fef96be
  4. 26 Aug, 2016 1 commit
  5. 23 Aug, 2016 1 commit
  6. 19 Aug, 2016 3 commits
  7. 16 Aug, 2016 1 commit
  8. 15 Aug, 2016 2 commits
  9. 10 Aug, 2016 1 commit
  10. 09 Aug, 2016 3 commits
  11. 05 Aug, 2016 4 commits
  12. 04 Aug, 2016 1 commit
  13. 02 Aug, 2016 1 commit
  14. 27 Jul, 2016 1 commit
  15. 26 Jul, 2016 1 commit
    • Matthew Self's avatar
      Make goodFeaturesToTrack() return deterministic results · 72672c29
      Matthew Self authored
      When using OCL, the results of goodFeaturesToTrack() vary slightly from
      run to run. This appears to be because the order of the results from
      the findCorners kernel depends on thread execution and the sorting
      function that is used at the end to rank the features only enforces are
      partial sort order.
      
      This does not materially impact the quality of the results, but it
      makes it hard to build regression tests and generally introduces noise
      into the system that should be avoided.
      
      An easy fix is to change the sort function to enforce a total sort on
      the features, even in cases where the match quality is exactly the same
      for two features.
      72672c29
  16. 20 Jul, 2016 2 commits
  17. 19 Jul, 2016 4 commits
  18. 18 Jul, 2016 2 commits
  19. 17 Jul, 2016 1 commit
  20. 14 Jul, 2016 2 commits
  21. 12 Jul, 2016 3 commits
  22. 09 Jul, 2016 1 commit