remove line

This commit is contained in:
unknown 2023-06-16 11:28:11 +02:00
parent 8762c37c22
commit 1eaa074a49

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;