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 |
|