Alexander Alekhin
ba5ddd6499
imgcodecs(tiff): sanitize tiff decoder
...
- more checks
- drop separate branches for 32FC1/32FC3(read) handling
- added for 32F/64F non-compressed
- added tests for 32FC3 (RAW + hdr SGILOG compression)
- added test 64FC1
- dump tiff errors on stderr
6 years ago
Alexander Alekhin
a91953b15c
imgcodecs: apply CV_OVERRIDE/CV_FINAL
7 years ago
Rostislav Vasilikhin
27b1f8f446
imwrite for multipage images implemented
7 years ago
Coralie RACHEX
16821b877c
Merge pull request #10493 from RachexCoralie:tiff32FC1Codec
...
* Load and save tiff images in CV_32FC1 format (1 channel of floats).
* Add test
* Fix error handling and resources leak. Improve test.
7 years ago
Alexander Alekhin
08b5dc64af
imgcodecs(tiff): drop legacy code
...
Drop code under *undefined* HAVE_TIFF
(violates several policies, like a way to turn off tiff support)
8 years ago
Maksim Shabunin
248e2c7d47
Fixed some issues found by static analysis
8 years ago
Jeremy Maitin-Shepard
350d483a70
grfmt_tiff: support in-memory TIFF encoding and decoding
...
Previously, only file-based encoding and decoding were supported with
the libtiff library, leading to the possible use of temporary files.
This fixes issue #8483 .
8 years ago
Ashod Nakashian
ecf359b8c9
Support for multipage decoding in BaseImageDecoder and implemented in TiffDecoder.
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
12 years ago
Fedor Morozov
a5e11079d7
Fixes, missing files, tests
12 years ago
Fedor Morozov
7469c935f3
HDR formats support and HDR making. Code only.
12 years ago
Andrey Kamaev
be7bbe3aa9
Drop cv:: prefix from cv::String used inside the cv namespace
12 years ago
Andrey Kamaev
762aefd71b
Compile opencv_test_core with cv::String instead of std::string
...
All tests passed!
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
kobigurk
88e0127f44
API of TiffDecoder back to what it was - normalizeChannelsNumber moved to protected
...
test code unified - channels number is tested for other formats as well
12 years ago
kobigurk
7927ebf20e
alpha channels support for 8-bit tiffs
12 years ago
Ilya Lysenkov
8e93fcbe87
Added writing of compressed tiffs using libtiff library (patch #1080 , thanks to Pieter-Jan Busschaert)
14 years ago
Vladislav Vinogradov
dad986a6cb
added 16-bit support to TiffEncoder (restore after #4919 )
14 years ago
Alexey Kazakov
e9aa6fa012
Added ROC-curve calculating to the cascade detection algorithm
14 years ago
Vladislav Vinogradov
604c53a0ab
added 16-bit support to TiffEncoder
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago