1. 16 Aug, 2016 1 commit
  2. 23 Oct, 2015 1 commit
  3. 24 May, 2015 2 commits
  4. 16 Apr, 2015 1 commit
  5. 04 Apr, 2015 2 commits
  6. 21 Jan, 2015 1 commit
  7. 15 Jan, 2015 1 commit
  8. 03 Jan, 2015 1 commit
  9. 23 Oct, 2014 1 commit
    • Maksim Shabunin's avatar
      Fixed imgcodecs tests · e85ae5f2
      Maksim Shabunin authored
      - Imgcodecs_Image, write_imageseq - assuming JPEG images have losses
      - Imgcodecs_Drawing, c_regression - replaced assert calls
      - Imgcodecs_Drawing - exact comparison with reference image
      e85ae5f2
  10. 15 Aug, 2014 1 commit
  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. 27 Jul, 2014 2 commits
  13. 21 Jul, 2014 2 commits
  14. 14 Jul, 2014 1 commit
  15. 07 Jul, 2014 1 commit