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