1. 27 Aug, 2016 1 commit
    • Matthew Self's avatar
      Improve perfomance of median calculation in LMedS algorithm · 7de2e1e7
      Matthew Self authored
      * 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 Aug, 2016 7 commits
  3. 25 Aug, 2016 6 commits
  4. 24 Aug, 2016 3 commits
  5. 23 Aug, 2016 4 commits
  6. 22 Aug, 2016 5 commits
  7. 20 Aug, 2016 3 commits
  8. 19 Aug, 2016 5 commits
  9. 18 Aug, 2016 6 commits