1. 04 7月, 2020 4 次提交
  2. 03 7月, 2020 1 次提交
  3. 02 7月, 2020 6 次提交
  4. 30 6月, 2020 1 次提交
  5. 29 6月, 2020 2 次提交
  6. 28 6月, 2020 2 次提交
  7. 27 6月, 2020 4 次提交
    • P
      Merge pull request #17642 from pemmanuelviel:pev--fixes-and-clean · daa88c6b
      pemmanuelviel 提交于
      * Clean: make the use of the indices array length consistent
      
      Either we don't want this method to be used in the future for any other node
      than the root node, and so we replace indices_length by size_ and remove it as
      argument, or we want to be able to use it potentially for other nodes, and
      so using size_ instead of indices_length would have lead to a bug.
      
      * Fix: b was not an address
      
      * Fix: transpose the Flann repo commit "Fixes in accum_dist methods" from Adil Ibragimov
      
      Avoids trying to compute log(ratio) with ratio = 0
      
      * Fix: transpose the Flann repo commit "result_set bugfix" from Jack Rae
      
      * Fix Jack Rae commit as the initial i - 1 index was decremented before entering the loop body
      
      * Clean: transpose the Flann repo commit "Updated comments in lsh_index" from Richard McPherson
      
      * Fix: Transpose the Flann repo commit "Fixing unreachable code in lsh_table.h" from hypevr
      
      * Fix warning the same way it was done in flann standalone repo
      
      * Change the return value in case of unsupported type
      daa88c6b
    • D
      Increased portability of CV_Func · 9b727fa1
      dev-tronifier 提交于
      9b727fa1
    • A
    • A
      923009b5
  8. 25 6月, 2020 3 次提交
  9. 24 6月, 2020 6 次提交
  10. 23 6月, 2020 7 次提交
  11. 22 6月, 2020 2 次提交
  12. 21 6月, 2020 2 次提交