1. 18 7月, 2020 5 次提交
  2. 17 7月, 2020 11 次提交
  3. 16 7月, 2020 10 次提交
  4. 15 7月, 2020 5 次提交
  5. 14 7月, 2020 6 次提交
    • D
      Merge pull request #17502 from dmatveev:dm/infer2 · f0c411d8
      Dmitry Matveev 提交于
      * G-API: Introduce a new gapi::infer2 overload + gaze estimation sample
      
      * G-API/infer2: Introduced static type checking for infer2
      
      - Also added extra tests on the type check routine
      
      * G-API/infer2: Addressed self-review comments in the sample app
      
      - Also fix build on Linux;
      
      * G-API/infer2: Remove incorrect SetLayout(HWC) + dead code
      
      - Also fixed comments in the backend
      
      * G-API/infer2: Continue with self-review
      
      - Fix warnings/compile errors in gaze estimation
      - Dropped the use of RTTI (VectorRef::holds()) from the giebackend
      - Replaced it with a trait-based enums for GArray<T> and std::vector<T>
      - The enums and traits are temporary and need to be unified with
        the S11N when it comes
      
      * G-API/infer2: Final self-review items
      
      - Refactored ROIList test to cover 70% for infer<> and infer2<>;
      - Fixed the model data discovery routine to be compatible with new
        OpenVINO;
      - Hopefully fixed the final issues (warnings) with the sample.
      
      * G-API/infer2: address review problems
      
      - Fixed typo in comments;
      - Fixed public (Doxygen) comment on GArray<GMat> input case for infer2;
      - Made model lookup more flexible to allow new & old OMZ dir layouts.
      
      * G-API/infer2: Change the model paths again
      
      * G-API/infer2: Change the lookup path for test data
      
      * G-API/infer2: use randu instead of imread. CI war is over
      f0c411d8
    • A
      e5e767ab
    • D
      Merge pull request #17694 from dbudniko:dbudniko/serialization_args2 · 521aac96
      Dmitry Budnikov 提交于
      G-API args serialization
      
      * args serialization
      
      * GRunArgP draft
      
      * UMat added
      
      * bind added
      
      * DmitryM's review addressed. Code clean up required.
      
      * fix android build
      
      * bind test added
      
      * more comments addressed
      
      * try to fix Mac build
      
      * clean up
      
      * header-based generic implementation (GRunArg)
      
      * clang again
      
      * one more attempt for clang
      
      * more clean up
      
      * More Dmitry's comments addressed.
      
      * monostate removed
      
      * Top level functions and some other comments addressed.
      
      * fix warnings
      
      * disable warning
      521aac96
    • A
      Merge pull request #17830 from alalek:fix_17815 · d41b20b2
      Alexander Alekhin 提交于
      d41b20b2
    • A
      features2d: v_fma => v_muladd for integers · 36da867c
      Alexander Alekhin 提交于
      36da867c
    • A
  6. 13 7月, 2020 3 次提交
    • Y
      improved diagnostics for build issues · 19490564
      YashasSamaga 提交于
      19490564
    • P
      Merge pull request #17639 from pemmanuelviel:pev--binary-kmeans · c90e8243
      pemmanuelviel 提交于
      Pev binary kmeans
      
      * Ongoing work transposing kmeans clustering method for bitfields: the computeClustering method
      
      Ongoing work transposing kmeans clustering method for bitfields: interface computeBitfieldClustering
      
      Fix genericity of computeNodeStatistics
      
      Ongoing work transposing kmeans clustering method for bitfields: adapt computeNodeStatistics()
      
      Ongoing work transposing kmeans clustering method for bitfields: adapt findNN() method
      
      Ongoing work transposing kmeans clustering method for bitfields: allow kmeans with Hamming distance
      
      Ongoing work transposing kmeans clustering method for bitfields: adapt distances code
      
      Ongoing work transposing kmeans clustering method for bitfields: adapt load/save code
      
      Ongoing work transposing kmeans clustering method for bitfields: adapt kmeans hierarchicalClustring()
      
      PivotType -> CentersType Renaming
      
      Fix type casting for ARM SIMD implementation of Hamming
      
      Fix warnings with Win32 compilation
      
      Fix warnings with Win64 compilation
      
      Fix wrong parenthesis position on rounding
      
      * Ensure proper rounding when CentersType is integral
      c90e8243
    • J
      Merge pull request #17770 from jasonKercher:3.4_triggered · 749bd800
      jasonKercher 提交于
      3.4 Allow first capture to return false
      
      * fix first capture timeout
      
      * fix first capture timeout
      749bd800