1. 14 Dec, 2016 1 commit
  2. 19 Oct, 2016 1 commit
  3. 17 Oct, 2016 1 commit
  4. 07 Oct, 2016 1 commit
  5. 30 Sep, 2016 1 commit
  6. 22 Sep, 2016 2 commits
  7. 07 Sep, 2016 1 commit
  8. 05 Sep, 2016 1 commit
  9. 24 Aug, 2016 1 commit
  10. 23 Aug, 2016 1 commit
  11. 17 Aug, 2016 1 commit
  12. 05 Aug, 2016 1 commit
  13. 19 Jun, 2016 1 commit
    • Sarthak Ahuja's avatar
      [Aruco] detector_params YAML updated · f63c28a6
      Sarthak Ahuja authored
      [Aruco] Fixed the spelling of Length in Samples
      
      replaced images to 6x6_250
      
      Updated README
      
      [Aruco] Updated Charuco Diamond Detection Tutorial Readme
      
      [Aruco] Updated Charuco Board  Detection Tutorial Readme
      
      [Aruco] Updated Aruco Tutorials  Readme
      
      [Aruco] Updated Aruco Tutorials  Readme
      
      Added a new line at the end of file.
      
      Update aruco_board_detection.markdown
      
      Update aruco_calibration.markdown
      
      Update aruco_detection.markdown
      
      Update charuco_detection.markdown
      
      Update charuco_diamond_detection.markdown
      
      Update README.md
      
      Update charuco_detection.markdown
      f63c28a6
  14. 03 Jun, 2016 1 commit
  15. 26 May, 2016 1 commit
  16. 01 Apr, 2016 1 commit
  17. 27 Mar, 2016 2 commits
  18. 26 Mar, 2016 1 commit
  19. 19 Feb, 2016 1 commit
  20. 18 Feb, 2016 1 commit
  21. 14 Jan, 2016 1 commit
  22. 07 Jan, 2016 1 commit
  23. 06 Jan, 2016 1 commit
  24. 15 Dec, 2015 1 commit
  25. 20 Nov, 2015 1 commit
  26. 12 Oct, 2015 1 commit
  27. 01 Oct, 2015 1 commit
  28. 19 Sep, 2015 1 commit
    • Pavel Rojtberg's avatar
      aruco: simplify Dictionary by not interleaving the marker rotations · 35b935c9
      Pavel Rojtberg authored
      store marker internally as
      "r0_b0, r0_b1, .. , r0_bn, r2_b0, .." instead of
      "r0_b0, r1_b0, .. , rn_b0, r1_b0, .."
      i.e. the same as in predefined_dictionaries.cpp.
      This makes loading a dictionary a simple memcpy and also allows to get
      rid of the custom hammingDistance implementation in favor of
      hal::normHamming.
      35b935c9
  29. 14 Sep, 2015 1 commit
  30. 28 Aug, 2015 1 commit
  31. 26 Aug, 2015 1 commit