1. 15 Nov, 2018 1 commit
    • Evgeny Latkin's avatar
      Merge pull request #13162 from elatkin:el/gapi_perf_rgb2gray · f8137023
      Evgeny Latkin authored
      GAPI (fluid): RGB/BGR to gray: optimization (#13162)
      
      * GAPI (fluid): RGB/BGR to Gray: add performance tests
      
      * GAPI (fluid): RGB/BGR to Gray: speedup 8-12x with manual CV_SIMD
      
      * GAPI (fluid): RGB/BGR to Gray: fix compiler warning
      
      * GAPI (fluid): RGB/BGR to Gray: dynamic dispatching to AVX2
      
      * GAPI (fluid): RGB/BGR to Gray: check R/G/B coefficients
      
      * GAPI (fluid): RGB/BGR to Gray: fixed compilation error (caused by change in master)
      f8137023
  2. 14 Nov, 2018 2 commits
  3. 13 Nov, 2018 1 commit
    • Evgeny Latkin's avatar
      Merge pull request #13070 from elatkin:el/gapi_perf_sobel · 4e40e5bb
      Evgeny Latkin authored
      GAPI (fluid): optimization of Sobel 3x3 (#13070)
      
      * GAPI: performance test for Sobel
      
      * GAPI: performance test for Sobel w/FP32 input
      
      * GAPI: Sobel speedup: 2.5x (U8) up to 10x (float)
      
      * GAPI: Sobel 3x3 to support U8 into S16
      
      * GAPI (fluid): Sobel 3x3 speedup: 10% (uchar), 1.5x (float)
      
      * GAPI (fluid): Sobel 3x3 speedup: +10x (uchar), but -20% (float)
      
      * GAPI (fluid): Sobel 3x3 speedup: +10% (float)
      
      * GAPI (fluid): Sobel 3x3 speedup: +15% (float), +10% (uchar)
      
      * GAPI (fluid): Sobel 3x3: address GCC warnings
      
      * GAPI (fluid): Sobel 3x3: separate *.cpp file w/SIMD code
      
      * GAPI (fluid): Sobel 3x3: fixed AVX2 code, AVX2 speedup 20-50% (uchar), 10-20% (float)
      
      * GAPI (fluid): Sobel 3x3: fix CV_SIMD code for AVX2
      
      * GAPI (fluid): Sobel 3x3: refactor
      4e40e5bb
  4. 09 Nov, 2018 1 commit
  5. 08 Nov, 2018 1 commit
    • Dmitry Budnikov's avatar
      Merge pull request #13008 from dbudniko:dbudniko/gpu_opencl_backend · 5087ff08
      Dmitry Budnikov authored
      G-API GPU-OpenCL backend (#13008)
      
      * gpu/ocl backend core
      
      * accuracy tests added and adjusted + license headers
      
      * GPU perf. tests added; almost all adjusted to pass
      
      * all tests adjusted and passed - ready for pull request
      
      * missing license headers
      
      * fix warning (workaround RGB2Gray)
      
      * fix c++ magic
      
      * precompiled header
      
      * white spaces
      
      * try to fix warning and blur test
      
      * try to fix Blur perf tests
      
      * more alignments with the latest cpu backend
      
      * more gapi tests refactoring + 1 more UB issue fix + more informative tolerance exceed reports
      
      * white space fix
      
      * try workaround for SumTest
      
      * GAPI_EXPORTS instead CV_EXPORTS
      5087ff08
  6. 30 Oct, 2018 1 commit
  7. 29 Oct, 2018 1 commit
  8. 27 Oct, 2018 1 commit
  9. 26 Sep, 2018 1 commit
    • Dmitry Matveev's avatar
      Merge pull request #12608 from dmatveev:gapi · 29e88e50
      Dmitry Matveev authored
      * G-API Initial code upload
      
      * Update G-API code base to Sep-24-2018
      
      * The majority of OpenCV buildbot problems was addressed
      
      * Update G-API code base to 24-Sep-18 EOD
      
      * G-API code base update 25-Sep-2018
      
      * Linux warnings should be resolved
      * Documentation build should become green
      * Number of Windows warnings should be reduced
      
      * Update G-API code base to 25-Sep-18 EOD
      
      * ARMv7 build issue should be resolved
      * ADE is bumped to latest version and should fix Clang builds for macOS/iOS
      * Remaining Windows warnings should be resolved
      * New Linux32 / ARMv7 warnings should be resolved
      
      * G-API code base update 25-Sep-2018-EOD2
      
      * Final Windows warnings should be resolved now
      
      * G-API code base update 26-Sep-2018
      
      * Fixed issues with precompiled headers in module and its tests
      29e88e50