提交 1eaa074a 编写于 作者: U unknown

remove line

上级 8762c37c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册