Alexander Alekhin
|
be5247921d
|
imgcodecs: remove assert() usage
|
2018-01-09 17:49:38 +03:00 |
|
Maksim Shabunin
|
7349b8f5ce
|
Build for embedded systems
|
2017-12-11 13:27:37 +03:00 |
|
Alexander Alekhin
|
aacae20657
|
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
|
2017-08-23 17:27:27 +03:00 |
|
Maksim Shabunin
|
32d4af36e2
|
Fixing some static analysis issues
|
2017-06-27 14:30:26 +03:00 |
|
Stefan Cornelius
|
851f20e40c
|
Fix processing of SunRaster images with negative maplength
|
2015-06-25 00:17:49 +02: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 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|