Maksim Shabunin
|
a769d69a9d
|
Fixed several issues found by static analysis
|
2017-06-28 18:06:18 +03:00 |
|
Maksim Shabunin
|
32d4af36e2
|
Fixing some static analysis issues
|
2017-06-27 14:30:26 +03:00 |
|
Maksim Shabunin
|
a921761d18
|
Coverity: memory leak in OpenEXR reader
|
2015-12-09 14:25:08 +03: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 |
|