1. 13 1月, 2021 1 次提交
  2. 07 9月, 2020 1 次提交
  3. 20 7月, 2020 1 次提交
  4. 18 7月, 2020 1 次提交
  5. 13 7月, 2020 1 次提交
  6. 29 6月, 2020 1 次提交
  7. 15 6月, 2020 1 次提交
    • L
      Increase timeout to 2 sec. · 79baa478
      Larshg 提交于
      Added release of lock, else a deadlock could happen, though probably only happening when debugging.
      79baa478
  8. 03 3月, 2020 1 次提交
  9. 27 2月, 2020 1 次提交
  10. 10 2月, 2020 1 次提交
  11. 20 1月, 2020 1 次提交
  12. 18 1月, 2020 1 次提交
  13. 14 1月, 2020 1 次提交
  14. 12 1月, 2020 1 次提交
  15. 09 1月, 2020 1 次提交
    • M
      Fix RRANSAC test · 0833e9eb
      Markus Vieth 提交于
      The function doSamplesVerifyModel is called with a percentage of points (previously: 10 percent, which is about 330 points)
      and checks if ALL these points are within the threshold. Since the plane in the test data set has about 2500 inliers out of
      total 3283 points (about 75 percent), the probability that even 10 randomly chosen points ALL belong to the plane is just
      0.75^10, about 5 percent. The probability for 330 points is practically zero. I had a look at the paper this implementation
      is based on. If I understand the experiments correctly, they make that test with just 1 or 2 points. So a better percentage
      for the unit test would be 0.1 percent (about 3 points).
      0833e9eb
  16. 21 10月, 2019 1 次提交
  17. 21 7月, 2019 1 次提交
  18. 10 6月, 2019 1 次提交
  19. 03 6月, 2019 1 次提交
  20. 06 5月, 2019 1 次提交
  21. 08 2月, 2019 1 次提交
  22. 11 1月, 2019 1 次提交
  23. 20 12月, 2018 1 次提交
  24. 30 11月, 2018 1 次提交
    • H
      Unified if/else/elseif/endif style · 52eb8a15
      Heiko Thiel 提交于
      * commands are now always in lowercase
      * remove unnecessary expressions in else/endif
      * unified whitespaces between command and bracket
      52eb8a15
  25. 05 11月, 2018 1 次提交
  26. 29 9月, 2018 1 次提交
  27. 18 5月, 2017 1 次提交
    • S
      Modularized unit tests · 2c5c1cb2
      Sérgio Agostinho 提交于
      - Include directories are now added for opt dependencies
      - Make module dependencies propagate to the corresponding tests
      2c5c1cb2
  28. 24 10月, 2014 1 次提交
  29. 20 3月, 2014 1 次提交
  30. 17 3月, 2014 7 次提交