C++ CFileFind() 查找当前路径下所有文件夹名称
#include "stdafx.h"
#include "afx.h"
#include <opencv2\highgui\highgui.hpp>#include <iostream>
using namespace std;
using namespace cv;const CString origiImgFilePath = "E:\\expriImg\\17peopleFigure\\*"
原创
2017-08-17 10:06:40 ·
1885 阅读 ·
0 评论