1. 24 Jul, 2018 3 commits
  2. 23 Jul, 2018 1 commit
  3. 22 Jul, 2018 1 commit
    • Paul92's avatar
      Merge pull request #12032 from Paul92:mser-sample-improvments · 8c755552
      Paul92 authored
      Mser sample improvments (#12032)
      
      * Fixed bug in detect_mser sample
      Wrong number of colors used to generate the synthetic images
      
      * Formatting improvements
      
      * Using safer casts
      
      * Improved readability of legend generation
      
      * Various readability fixes in detect_mser sample
      8c755552
  4. 21 Jul, 2018 2 commits
  5. 20 Jul, 2018 4 commits
  6. 19 Jul, 2018 8 commits
  7. 18 Jul, 2018 3 commits
  8. 17 Jul, 2018 14 commits
  9. 16 Jul, 2018 4 commits
    • Vadim Pisarevsky's avatar
      Wide univ intrinsics (#11953) · f058b5fb
      Vadim Pisarevsky authored
      * core:OE-27 prepare universal intrinsics to expand (#11022)
      
      * core:OE-27 prepare universal intrinsics to expand (#11022)
      
      * core: Add universal intrinsics for AVX2
      
      * updated implementation of wide univ. intrinsics; converted several OpenCV HAL functions: sqrt, invsqrt, magnitude, phase, exp to the wide universal intrinsics.
      
      * converted log to universal intrinsics; cleaned up the code a bit; added v_lut_deinterleave intrinsics.
      
      * core: Add universal intrinsics for AVX2
      
      * fixed multiple compile errors
      
      * fixed many more compile errors and hopefully some test failures
      
      * fixed some more compile errors
      
      * temporarily disabled IPP to debug exp & log; hopefully fixed Doxygen complains
      
      * fixed some more compile errors
      
      * fixed v_store(short*, v_float16&) signatures
      
      * trying to fix the test failures on Linux
      
      * fixed some issues found by alalek
      
      * restored IPP optimization after the patch with AVX wide intrinsics has been properly tested
      
      * restored IPP optimization after the patch with AVX wide intrinsics has been properly tested
      f058b5fb
    • Alexander Alekhin's avatar
      481829a8
    • Alexander Alekhin's avatar
    • Alexander Alekhin's avatar