remove line

pull/23815/head
unknown 1 year ago
parent 8762c37c22
commit 1eaa074a49
  1. 3
      modules/videoio/src/cap_images.cpp

@ -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;

Loading…
Cancel
Save