1. 16 Apr, 2015 1 commit
  2. 07 Apr, 2015 1 commit
    • Vadim Pisarevsky's avatar
      1. Input/OutputArray optimizations; · 052593c7
      Vadim Pisarevsky authored
      2. Algorithm::load/save added (moved from StatModel)
      3. copyrights updated; added copyright/licensing info for ffmpeg
      4. some warnings from Xcode 6.x are fixed
      052593c7
  3. 27 Feb, 2015 1 commit
  4. 26 Feb, 2015 1 commit
  5. 22 Jan, 2015 2 commits
  6. 18 Jan, 2015 1 commit
  7. 14 Jan, 2015 1 commit
  8. 13 Jan, 2015 3 commits
  9. 12 Jan, 2015 1 commit
  10. 27 Oct, 2014 2 commits
  11. 22 Oct, 2014 1 commit
  12. 18 Oct, 2014 1 commit
  13. 17 Oct, 2014 7 commits
  14. 16 Oct, 2014 2 commits
  15. 15 Oct, 2014 2 commits
  16. 27 Sep, 2014 1 commit
  17. 12 Sep, 2014 1 commit
  18. 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
  19. 25 Aug, 2014 1 commit
  20. 15 Aug, 2014 1 commit
  21. 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
  22. 05 Aug, 2014 1 commit
  23. 15 Jul, 2014 1 commit
  24. 03 Jul, 2014 1 commit
  25. 15 May, 2014 1 commit
  26. 11 Apr, 2014 3 commits