1. 23 May, 2015 1 commit
  2. 16 Apr, 2015 1 commit
  3. 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
  4. 02 Mar, 2015 1 commit
  5. 27 Feb, 2015 1 commit
  6. 26 Feb, 2015 1 commit
  7. 22 Jan, 2015 2 commits
  8. 18 Jan, 2015 1 commit
  9. 15 Jan, 2015 1 commit
  10. 14 Jan, 2015 1 commit
  11. 13 Jan, 2015 3 commits
  12. 12 Jan, 2015 1 commit
  13. 26 Dec, 2014 1 commit
  14. 01 Dec, 2014 3 commits
  15. 27 Oct, 2014 2 commits
  16. 22 Oct, 2014 1 commit
  17. 18 Oct, 2014 1 commit
  18. 17 Oct, 2014 7 commits
  19. 16 Oct, 2014 2 commits
  20. 15 Oct, 2014 2 commits
  21. 27 Sep, 2014 1 commit
  22. 12 Sep, 2014 1 commit
  23. 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
  24. 25 Aug, 2014 1 commit
  25. 15 Aug, 2014 1 commit
  26. 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