1. 24 1月, 2022 1 次提交
    • S
      Merge pull request #21232 from sivanov-work:vpl_gpu_remote_infer · 266835cd
      Sergey Ivanov 提交于
      G-API: oneVPL DX11 inference
      
      * Draft GPU infer
      
      * Fix incorrect subresource_id for array of textures
      
      * Fix for TheOneSurface in different Frames
      
      * Turn on VPP param configuration
      
      * Add cropIn params
      
      * Remove infer sync sample
      
      * Remove comments
      
      * Remove DX11AllocResource extra init
      
      * Add condition for NV12 processing in giebackend
      
      * Add VPP frames pool param configurable
      
      * -M Remove extra WARN & INFOs, Fix custom MAC
      
      * Remove global vars from example, Fix some comments, Disable blobParam due to OV issue
      
      * Conflict resolving
      
      * Revert back pointer cast for cv::any
      266835cd
  2. 23 1月, 2022 1 次提交
  3. 21 1月, 2022 1 次提交
  4. 19 1月, 2022 1 次提交
  5. 18 1月, 2022 5 次提交
    • T
      Merge pull request #21369 from UnaNancyOwen:fix_uwp · ed6ca0d7
      Tsukasa Sugiura 提交于
      Fix support objdetect module for UWP
      
      * Fix support objdetect module for UWP
      
      * Fix define module for objdetect
      
      * Remove conditional compilation from public headers
      
      * Add StsNotImplemented for FaceDetectorYN/FaceRecognizerSF
      
      * Fix typo error message
      
      * Fix error message
      
      * coding style, eliminate warnings
      ed6ca0d7
    • V
      fix: handle possible PyModule_AddObject failure · 76e34d6f
      Vadim Levin 提交于
      Comment from Python documentation:
      Unlike other functions that steal references, `PyModule_AddObject()` only
      decrements the reference count of value on success.
      This means that its return value must be checked, and calling code must
      `Py_DECREF()` value manually on error.
      76e34d6f
    • A
      5ba9a089
    • A
      Merge pull request #20785 from smirnov-alexey:as/oak_backend · f2d5d6d2
      Alexey Smirnov 提交于
      GAPI: Add OAK backend
      
      * Initial tests and cmake integration
      
      * Add a public header and change tests
      
      * Stub initial empty template for the OAK backend
      
      * WIP
      
      * WIP
      
      * WIP
      
      * WIP
      
      * Runtime dai hang debug
      
      * Refactoring
      
      * Fix hang and debug frame data
      
      * Fix frame size
      
      * Fix data size issue
      
      * Move test code to sample
      
      * tmp refactoring
      
      * WIP: Code refactoring except for the backend
      
      * WIP: Add non-camera sample
      
      * Fix samples
      
      * Backend refactoring wip
      
      * Backend rework wip
      
      * Backend rework wip
      
      * Remove mat encoder
      
      * Fix namespace
      
      * Minor backend fixes
      
      * Fix hetero sample and refactor backend
      
      * Change linking logic in the backend
      
      * Fix oak sample
      
      * Fix working with ins/outs in OAK island
      
      * Trying to fix nv12 problem
      
      * Make both samples work
      
      * Small refactoring
      
      * Remove meta args
      
      * WIP refactoring kernel API
      
      * Change in/out args API for kernels
      
      * Fix build
      
      * Fix cmake warning
      
      * Partially address review comments
      
      * Partially address review comments
      
      * Address remaining comments
      
      * Add memory ownership
      
      * Change pointer-to-pointer to reference-to-pointer
      
      * Remove unnecessary reference wrappers
      
      * Apply review comments
      
      * Check that graph contains only one OAK island
      
      * Minor refactoring
      
      * Address review comments
      f2d5d6d2
    • R
      fix model diagnostic tool · 0fe74206
      rogday 提交于
      0fe74206
  6. 16 1月, 2022 1 次提交
  7. 15 1月, 2022 1 次提交
  8. 14 1月, 2022 2 次提交
  9. 13 1月, 2022 2 次提交
  10. 12 1月, 2022 4 次提交
  11. 11 1月, 2022 1 次提交
  12. 10 1月, 2022 3 次提交
  13. 09 1月, 2022 1 次提交
  14. 05 1月, 2022 1 次提交
  15. 04 1月, 2022 1 次提交
  16. 03 1月, 2022 1 次提交
  17. 01 1月, 2022 1 次提交
  18. 30 12月, 2021 1 次提交
  19. 29 12月, 2021 2 次提交
  20. 26 12月, 2021 1 次提交
    • S
      highgui: Fix unresolved OpenGL functions for Qt backend · ab181ac3
      Stefan Brüns 提交于
      The Qt backend directly calls some OpenGL functions (glClear, glHint,
      glViewport), but since OCV 4.5.5 the GL libraries are no longer part
      of the global extra dependencies. When linking with "-Wl,--no-undefined"
      this causes linker errors:
      
      `opencv-4.5.5/modules/highgui/src/window_QT.cpp:3307: undefined reference to `glClear'`
      
      Fixes: #21346
      Related issues: #21299
      ab181ac3
  21. 25 12月, 2021 4 次提交
  22. 24 12月, 2021 4 次提交