1. 06 Nov, 2018 2 commits
  2. 04 Nov, 2018 1 commit
  3. 03 Nov, 2018 1 commit
  4. 01 Nov, 2018 3 commits
    • berak's avatar
      java: add support for MatOfRotatedRect · 0cd14e3f
      berak authored
      0cd14e3f
    • Ilari Venäläinen's avatar
      Merge pull request #12989 from venalil:fix_thresholded_tiff_read · e6c41f0d
      Ilari Venäläinen authored
      * Fix reading of black-and-white (thresholded) TIFF images
      
      I recently updated my local OpenCV version to 3.4.3 and found out that
      I could not read my TIFF images related to my project. After debugging I
      found out that there has been some static analysis fixes made
      that accidentally have broken reading those black-and-white TIFF images.
      
      Commit hash in which reading of mentioned TIFF images has been broken:
      cbb1e867
      
      Basically the fix is to revert back to the same functionality that has been there before,
      when black-and-white images are read bpp (bitspersample) is 1.
      Without the case 1: this TiffDecoder::readHeader() function always return false.
      
      * Added type and default error message
      
      * Added stdexcept include
      
      * Use CV_Error instead of throw std::runtime_error
      
      * imgcodecs(test): add TIFF B/W decoding tests
      e6c41f0d
    • Emanuele Ruffaldi's avatar
      ffmpeg for lossy · b4398d62
      Emanuele Ruffaldi authored
      b4398d62
  5. 31 Oct, 2018 3 commits
  6. 30 Oct, 2018 1 commit
  7. 29 Oct, 2018 2 commits
  8. 26 Oct, 2018 4 commits
  9. 25 Oct, 2018 6 commits
  10. 24 Oct, 2018 6 commits
  11. 22 Oct, 2018 1 commit
  12. 21 Oct, 2018 1 commit
  13. 20 Oct, 2018 1 commit
  14. 19 Oct, 2018 1 commit
  15. 17 Oct, 2018 3 commits
  16. 16 Oct, 2018 4 commits