1. 18 Mar, 2015 2 commits
  2. 17 Mar, 2015 5 commits
  3. 16 Mar, 2015 9 commits
  4. 14 Mar, 2015 4 commits
  5. 13 Mar, 2015 9 commits
  6. 12 Mar, 2015 5 commits
  7. 11 Mar, 2015 5 commits
  8. 10 Mar, 2015 1 commit
    • Adam Greig's avatar
      Fix Python3 binding's submodules · 211a1313
      Adam Greig authored
      Previously the Python3 cv2 package ends up with no submodules (bgsegm, face,
      etc) in it, which makes a lot of functionality unusable. By not writing over
      our root reference we ensure the new submodules are added to the correct cv2
      module.
      211a1313