mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
remove line
This commit is contained in:
parent
8762c37c22
commit
1eaa074a49
@ -258,10 +258,7 @@ std::string icvExtractPattern(const std::string& filename, unsigned *offset)
|
|||||||
while (pos < len && !isdigit(filename[pos])) pos++;
|
while (pos < len && !isdigit(filename[pos])) pos++;
|
||||||
|
|
||||||
if (pos == len)
|
if (pos == len)
|
||||||
{
|
|
||||||
return "";
|
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;
|
std::string::size_type pos0 = pos;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user