1. 08 Feb, 2018 1 commit
    • luz.paz's avatar
      Misc. ./samples typos · dbb57cd0
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      dbb57cd0
  2. 18 Dec, 2017 1 commit
  3. 15 Dec, 2016 1 commit
  4. 26 Jun, 2016 1 commit
  5. 04 Sep, 2015 1 commit
  6. 15 Oct, 2014 1 commit
  7. 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
  8. 28 Jul, 2014 2 commits
  9. 07 Jul, 2014 1 commit
  10. 26 Sep, 2013 1 commit
  11. 26 Aug, 2013 1 commit