1. 27 8月, 2016 1 次提交
    • M
      Improve perfomance of median calculation in LMedS algorithm · 7de2e1e7
      Matthew Self 提交于
      * Use `nth_element()` to find the median instead of `sort()` in `LMeDSPointSetRegistrator::run()`
      
      * Improves performance of this part of LMedS from `n log(n)` to `n` by avoiding doing a full sort.
      
      * Makes LMedS 2x faster for 100 points, 4x faster for 5,000 points in `EstimateAffine2D()`.
      
      * LMedS is now never more than 2x slower than RANSAC and is faster in some cases.
      7de2e1e7
  2. 26 8月, 2016 8 次提交
  3. 25 8月, 2016 7 次提交
  4. 24 8月, 2016 5 次提交
  5. 22 8月, 2016 5 次提交
  6. 21 8月, 2016 1 次提交
  7. 20 8月, 2016 2 次提交
  8. 19 8月, 2016 5 次提交
  9. 18 8月, 2016 6 次提交