1. 02 12月, 2021 1 次提交
  2. 29 11月, 2021 1 次提交
  3. 27 11月, 2021 2 次提交
    • O
      Merge pull request #21103 from OrestChura:oc/fix_1D_Mat_RMat_View_issue · e20fe421
      Orest Chura 提交于
      [G-API] Fix issue of getting 1D Mat out of RMat::View
      
      * Fix issue of getting 1D Mat out of RMat::View
       - added test
       - fixed for standalone too (removed Assert(dims.empty()))
      
      * Fixed asVeiw() function for standalone
      
      * Put more detailed comment
      e20fe421
    • O
      Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues · 2deb38d6
      Orest Chura 提交于
      [G-API] Fixed Coverity issues
      
      * Fixed Coverity issues
       - VectorRef&OpaqueRef m_kind = CV_UNKNOWN
       - added same-type overload for saturate()
       - sanitized resize value in ByteMemoryInStream::operator>> (std::string& str)
       - handled throws from ~GStreamingExecutor()
      
      * Catching exception by const ref
      
      * Addressing Sergey's comments
      
      * Applied enable_if semanitcs to saturate(x, round) too
      
      * Removed uncaught_exception, made destructor noexcept back
      
      * Split Fluid ConvertTo to multiple functions to avoid ifs; added CV_ALWAYS_INLINE
      
      * Added FIXME to address throwings from stop()
      
      * Fix standalone
      
      * Addressing comments
      
      * Guarded SIMD optimizations properly
      
      * Removed excess parameter from simd_impl functions
      2deb38d6
  4. 17 11月, 2021 1 次提交
  5. 16 11月, 2021 3 次提交
  6. 11 11月, 2021 1 次提交
  7. 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
  8. 01 11月, 2021 1 次提交
  9. 19 10月, 2021 1 次提交
  10. 01 10月, 2021 1 次提交
  11. 18 8月, 2021 1 次提交
  12. 06 8月, 2021 1 次提交
  13. 05 8月, 2021 1 次提交
  14. 14 7月, 2021 1 次提交
  15. 10 7月, 2021 1 次提交
  16. 01 7月, 2021 1 次提交
  17. 30 6月, 2021 1 次提交
  18. 26 6月, 2021 1 次提交
    • A
      Merge pull request #20156 from smirnov-alexey:as/gapi_remote_infer · c95a5645
      Alexey Smirnov 提交于
      G-API: Support remote inference
      
      * Extend MediaFrame to be able to extract additional info besides access
      
      * Add API for remote inference
      
      * Add default implementation for blobParams()
      
      * Add default implementation for blobParams()
      
      * Address review comments
      
      * Fix any_cast usage
      
      * Add comment on the default blobParams()
      
      * Address review comments
      
      * Add missing rctx
      
      * Minor fix
      
      * Fix indentation and comment
      
      * Address review comments
      
      * Add documentation
      c95a5645
  19. 16 6月, 2021 1 次提交
  20. 26 5月, 2021 1 次提交
  21. 18 5月, 2021 1 次提交
  22. 12 5月, 2021 1 次提交
  23. 11 5月, 2021 1 次提交
  24. 24 4月, 2021 1 次提交
  25. 01 4月, 2021 1 次提交
  26. 31 3月, 2021 3 次提交
  27. 30 3月, 2021 2 次提交
  28. 26 3月, 2021 2 次提交
  29. 24 3月, 2021 1 次提交
  30. 22 3月, 2021 1 次提交
  31. 19 3月, 2021 3 次提交