opencv/modules/imgcodecs
Dimitrios Katsaros 4e513a3346 Imgcodecs: Fixed a bug with checkSignature in GdalDecoder
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.
2016-09-06 15:47:22 +02:00
..
include/opencv2 imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
misc/java/test
perf
src Imgcodecs: Fixed a bug with checkSignature in GdalDecoder 2016-09-06 15:47:22 +02:00
test
CMakeLists.txt GDCM: modified compilation scheme 2016-07-08 16:08:55 +03:00