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. |
||
|---|---|---|
| .. | ||
| include/opencv2 | ||
| misc/java/test | ||
| perf | ||
| src | ||
| test | ||
| CMakeLists.txt | ||