1. 19 Nov, 2018 2 commits
    • Evgeny Latkin's avatar
      Merge pull request #13206 from elatkin:el/gapi_perf_rgb2lab · 083332f8
      Evgeny Latkin authored
      GAPI (fluid): RGB to Lab optimization (#13206)
      
      * GAPI (fluid): BGR2LUV, RGB2Lab: performance test
      
      * GAPI (fluid): BGR2LUV, RGB2Lab: using cv::hal::cvtBGRtoLab
      
      * GAPI (fluid): BGR2LUV, RGB2Lab: hide reference code with #ifdef
      083332f8
    • Evgeny Latkin's avatar
      Merge pull request #13174 from elatkin:el/gapi_perf_rgb2yuv · 6757c2c5
      Evgeny Latkin authored
      GAPI (fluid): RGB to YUV optimization (#13174)
      
      * GAPI (fluid): RGB to YUV: activate performance tests
      
      * GAPI (fluid): speedup 4-8x RGB-to-YUV, 2.5x YUV to RGB with int16 arithmetic
      
      * GAPI (fluid): RGB <--> YUV: fixed compiler warning
      
      * GAPI (fluid): RGB <--> YUV: additional speedup 2-3x times (10-15x over original) via manual CV_SIMD
      
      * GAPI (fluid): RGB <--> YUV: dynamic CV_SIMD dispatching
      6757c2c5
  2. 18 Nov, 2018 4 commits
  3. 17 Nov, 2018 10 commits
  4. 16 Nov, 2018 24 commits