1. 10 11月, 2021 1 次提交
    • A
      Merge pull request #20664 from anna-khakimova:ak/resize_simd · 3cfca013
      Anna Khakimova 提交于
      Fluid: SIMD for Resize Linear 8UC3
      
      * SIMD for fluid::Resize 8U3C
      
      * Rework horizontal pass + add 8U4C case
      
      * Reproduce stackoverflow test
      
      * StackOverflow test
      
      * SSE42 impl
      
      * SSE42 impl improvement
      
      * GAPI:SSE42 simd opt for Resize 8UC3. Final version
      
      * Fix tests
      
      * Conditional compilation fix
      
      * Applied comments
      
      * Applied comments. Step2
      
      * Applied comments. Step2
      3cfca013
  2. 03 4月, 2020 1 次提交
  3. 26 2月, 2020 1 次提交
  4. 22 5月, 2019 1 次提交
    • A
      Merge pull request #13851 from TolyaTalamanov:at/new-kernel-package-design · 935c02c0
      atalaman 提交于
      G-API: Kernel package design (#13851)
      
      * Remove cv::unite_policy from API
      
      * Add check that all id in kernel package are unique
      
      * Refactor checker id procedure
      
      * Remove cv::gapi::GLookupOrder from API
      
      * Implement cv::gapi::use_only
      
      * Fix samples
      
      * Fix docs
      
      * Fix comments to review
      
      * Remove unite_policy
      
      * Fix GKernelPackage::backends()
      
      * Fix comments to review
      
      * Fix all_unique
      
      * Fix comments to review
      
      * Fix comments to review
      
      * Remove out of date tests
      935c02c0
  5. 14 5月, 2019 1 次提交
  6. 26 4月, 2019 1 次提交
  7. 19 2月, 2019 1 次提交
  8. 15 10月, 2018 1 次提交
    • D
      G-API: Introduce LPI (multiple Lines-Per-Iteration) support for Resize · 922d5796
      Dmitry Matveev 提交于
      Several Resize optimizations count on fetching multiple input lines at
      once to do interpolation more efficiently.
      
      At the moment, Fluid backend supports only LPI=1 for Resize kernels.
      
      This patch introduces scheduling support for Resizes with LPI>1 and
      covers these cases with new tests.
      
      The support is initially written by Ruslan Garnov.
      922d5796
  9. 27 9月, 2018 1 次提交
    • D
      Merge pull request #12608 from dmatveev:gapi · 29e88e50
      Dmitry Matveev 提交于
      * 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