* 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:
|
||
|---|---|---|
| .. | ||
| test_grfmt.cpp | ||
| test_jpeg.cpp | ||
| test_main.cpp | ||
| test_png.cpp | ||
| test_precomp.hpp | ||
| test_read_write.cpp | ||
| test_tiff.cpp | ||
| test_webp.cpp | ||