1. 16 Oct, 2014 1 commit
  2. 04 Oct, 2014 1 commit
  3. 19 Sep, 2014 1 commit
  4. 17 Sep, 2014 2 commits
  5. 04 Sep, 2014 1 commit
  6. 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
  7. 25 Aug, 2014 1 commit
  8. 19 Aug, 2014 1 commit
  9. 18 Aug, 2014 10 commits
  10. 14 Aug, 2014 2 commits
  11. 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
  12. 12 Aug, 2014 3 commits
  13. 11 Aug, 2014 4 commits
  14. 10 Aug, 2014 1 commit
  15. 09 Aug, 2014 5 commits
  16. 08 Aug, 2014 5 commits