- 12 May, 2017 1 commit
-
-
saskatchewancatch authored
issue 8723: Changed doc for cv::imwrite to reflect correct default flag used for png compression strategy.
-
- 25 Apr, 2017 1 commit
-
-
Brian Armstrong authored
-
- 24 Apr, 2017 1 commit
-
-
berak authored
-
- 14 Apr, 2017 1 commit
-
-
brian-armstrong-discord authored
autorotate in-memory jpegs (#8492) * autorotate in-memory jpegs * correct indentation (4 spaces) * imgcodecs: don't apply EXIF rotation for unloaded images * videoio: don't try to rotate MJPEG stream * imgcodecs: ByteStreamBuffer::seekoff support all seek "dir" * imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
-
- 23 Mar, 2017 2 commits
-
-
Chaoshuai Lu authored
-
Chaoshuai Lu authored
-
- 21 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Feb, 2017 1 commit
-
-
Ilija Puaca authored
-
- 07 Feb, 2017 1 commit
-
-
StevenPuttemans authored
-
- 26 Dec, 2016 1 commit
-
-
Raj Natarajan authored
Issue-7310: Updated imwrite doc to correct default setting for IMWRITE_PNG_COMPRESSION and clarified existing doc a bit.
-
- 23 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2016 2 commits
-
-
Alexander Alekhin authored
-
catree authored
-
- 24 Nov, 2016 1 commit
-
-
guoxuedong authored
ExifReader::getExif may enter infinite loop with jpeg image which have no EOI. For example, bytesToSkip may be set to 0 and fseek seems like fseek(f, -2 , SEEK_CUR) for image that end with RST7(FF D7) instead of EOI.
-
- 10 Nov, 2016 2 commits
-
-
Arkadiusz Raj authored
-
Arkadiusz Raj authored
-
- 09 Nov, 2016 1 commit
-
-
Arkadiusz Raj authored
-
- 14 Oct, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 07 Oct, 2016 1 commit
-
-
ArkadiuszRaj authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 06 Sep, 2016 3 commits
-
-
Dimitrios Katsaros authored
-
Dimitrios Katsaros authored
In cases where the signaure string contains a terminating character, the std::string member function size returns a smaller value than the allocated string. In these cases, if you then try to use substr, you will get an out_of_range exception. This patch remedies the problem.
-
Dimitrios Katsaros authored
This patch implements the PAM image format as defined at: http://netpbm.sourceforge.net/doc/pam.html The PAM format provides a generic means for storing 2 dimensional information. This is useful for opencv since there are cases where data gets translated into non standardized formats, which makes it difficult to store and load this information.
-
- 30 Aug, 2016 1 commit
-
-
Valeriy Van authored
-
- 26 Aug, 2016 1 commit
-
-
mrquorr authored
-
- 25 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
Returning to Win2k value is possible via this CMake option: cmake -DOPENCV_EXTRA_FLAGS="/D_WIN32_WINNT=0x0500" ...
-
- 16 Aug, 2016 2 commits
-
-
Morrison authored
UIImages with alpha were ending up with garbage pixels in background (random memory values). Need to initialize matrix pixels before drawing UIImage with alpha on it. Note: didn’t fix Grayscale image with alpha stripping alpha in UIImage -> Mat conversion.
-
Patrick Spettel authored
The TiffDecoder keeps an open file handle. As a consequence the file cannot be removed before the TiffDecoder closes the file.
-
- 14 Jul, 2016 1 commit
-
-
thierry authored
-
- 12 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Jul, 2016 3 commits
-
-
Maksim Shabunin authored
- fixed width and height order - removed unused methods - simplified signature matching - rewrote pixel format matching in more compact form - added dimensions number check (only 2 is allowed) - added target buffer size check - added debug messages in all failing points
-
Maksim Shabunin authored
- renamed source files - guard the contents - always include
-
look4pritam authored
-
- 27 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 26 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 21 Apr, 2016 1 commit
-
-
Zhenqing, Hu authored
Root cause: when calling imread to read the pgm file, when returning with success reading file, the destructor will free the resource which used by memcpy, but in the code, the resource calculation was not correct, therefore, it will cause memory corruption during resource free.
-
- 16 Apr, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 16 Mar, 2016 1 commit
-
-
Robbert Klarenbeek authored
-
- 25 Feb, 2016 1 commit
-
-
Maksim Shabunin authored
-