1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

remove line

This commit is contained in:
unknown
2023-06-16 11:28:11 +02:00
parent 8762c37c22
commit 1eaa074a49
-3
View File
@@ -258,10 +258,7 @@ std::string icvExtractPattern(const std::string& filename, unsigned *offset)
while (pos < len && !isdigit(filename[pos])) pos++;
if (pos == len)
{
return "";
CV_Error_(Error::StsBadArg, ("CAP_IMAGES: can't find starting number (in the name of file): %s", filename.c_str()));
}
std::string::size_type pos0 = pos;