提交 12a664e7 编写于 作者: ZenZenZ's avatar ZenZenZ

-

上级 1870057d
......@@ -95,7 +95,6 @@ int main(int argc, char** argv)
}
else if (IsFolder(path)) {
// cv::glob(path + "/*.jpg", imagePathList);
// cv::glob(path + "/*.png", imagePathList);
for(auto& p: fs::recursive_directory_iterator(path)) {
auto& extension = p.path().extension();
if(extension == ".png" || extension == ".jpg" || extension == ".bmp"){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册