1. 01 9月, 2020 1 次提交
  2. 31 8月, 2020 1 次提交
  3. 29 8月, 2020 1 次提交
    • Y
      Merge pull request #18053 from Yosshi999:bit-exact-resizeNN · 7495a472
      Yosshi999 提交于
      Bit-exact Nearest Neighbor Resizing
      
      * bit exact resizeNN
      
      * change the value of method enum
      
      * add bitexact-nn to ResizeExactTest
      
      * test to compare with non-exact version
      
      * add perf for bit-exact resizenn
      
      * use cvFloor-equivalent
      
      * 1/3 scaling is not stable for floating calculation
      
      * stricter test
      
      * bugfix: broken data in case of 6 or 12bytes elements
      
      * bugfix: broken data in default pix_size
      
      * stricter threshold
      
      * use raw() for floor
      
      * use double instead of int
      
      * follow code reviews
      
      * fewer cases in perf test
      
      * center pixel convention
      7495a472
  4. 28 8月, 2020 1 次提交
  5. 27 8月, 2020 2 次提交
  6. 26 8月, 2020 5 次提交
  7. 25 8月, 2020 7 次提交
  8. 24 8月, 2020 4 次提交
  9. 22 8月, 2020 2 次提交
  10. 21 8月, 2020 6 次提交
  11. 20 8月, 2020 4 次提交
  12. 19 8月, 2020 1 次提交
  13. 18 8月, 2020 3 次提交
    • A
    • D
      Improve initialization performance of Brisk · ac177b84
      danielenricocahall 提交于
      reformatting
      
      Improve initialization performance of Brisk
      
      fix formatting
      
      Improve initialization performance of Brisk
      
      formatting
      
      Improve initialization performance of Brisk
      
      make a lookup table for ring
      
      use cosine/sine lookup table for theta in brisk and utilize trig identity
      
      fix ring lookup table
      
      use cosine/sine lookup table for theta in brisk and utilize trig identity
      
      formatting
      
      use cosine/sine lookup table for theta in brisk and utilize trig identity
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      revert change
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      remove rings lookup table
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      fix formatting of for loop
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      use sine/cosine approximations for brisk lookup table.
      
      add documentation for sine/cosine lookup tables
      
      Improve initialization performance of BRISK
      ac177b84
    • A
  14. 17 8月, 2020 2 次提交