1. 22 Jan, 2015 2 commits
  2. 18 Jan, 2015 1 commit
  3. 14 Jan, 2015 1 commit
  4. 13 Jan, 2015 3 commits
  5. 12 Jan, 2015 1 commit
  6. 27 Oct, 2014 2 commits
  7. 22 Oct, 2014 1 commit
  8. 18 Oct, 2014 1 commit
  9. 17 Oct, 2014 7 commits
  10. 16 Oct, 2014 2 commits
  11. 15 Oct, 2014 2 commits
  12. 27 Sep, 2014 1 commit
  13. 12 Sep, 2014 1 commit
  14. 28 Aug, 2014 1 commit
    • StevenPuttemans's avatar
      continue fixing nonfree elements · d27e440b
      StevenPuttemans authored
      fixed dependency of stitching module on xfeatures2d module as optional
      fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
      d27e440b
  15. 25 Aug, 2014 1 commit
  16. 15 Aug, 2014 1 commit
  17. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  18. 05 Aug, 2014 1 commit
  19. 15 Jul, 2014 1 commit
  20. 03 Jul, 2014 1 commit
  21. 15 May, 2014 1 commit
  22. 11 Apr, 2014 7 commits