Eric Sommerlade
|
998a909705
|
fixed whitespace issues
|
2015-02-23 08:15:34 -07:00 |
|
Eric Sommerlade
|
a07d7a70a0
|
added support for uncompressed parameters to tiff image format as described here: expertland.net/question/b6o3n6p9a72341db823b48nl98m91dx8n1/detail.html
|
2015-02-23 06:12:42 -07:00 |
|
Ashod Nakashian
|
473964806c
|
Added imread and imreadmulti regression tests.
|
2015-01-03 12:48:29 -05:00 |
|
Ashod Nakashian
|
ecf359b8c9
|
Support for multipage decoding in BaseImageDecoder and implemented in TiffDecoder.
|
2015-01-03 00:09:34 -05:00 |
|
Maksim Shabunin
|
571ebb2373
|
Fixing iOS clang warnings, part 3
|
2014-10-17 18:15:21 +04:00 |
|
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
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
|
2014-08-13 15:21:35 +04:00 |
|
Kobi Gurkan
|
6cac76bfe4
|
fixes tab indentation - replacing with 4 spaces
|
2014-07-27 17:14:54 +03:00 |
|
Kobi Gurkan
|
fc8f0e341b
|
adding support for 16-bit 4 channel tiffs
- when IMREAD_UNCHANGED is set in flags, the tiff is read with 4 channels
- adding test for read/write
|
2014-07-27 17:09:05 +03:00 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|