1. 11 May, 2018 1 commit
  2. 21 Mar, 2018 1 commit
  3. 17 Oct, 2016 1 commit
  4. 05 Aug, 2016 1 commit
  5. 14 Jan, 2016 1 commit
  6. 06 Jan, 2016 1 commit
  7. 15 Dec, 2015 1 commit
  8. 01 Oct, 2015 1 commit
  9. 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
  10. 14 Sep, 2015 1 commit
  11. 26 Aug, 2015 1 commit