
C++
瀑听石
一枚搞人工智能的渣渣95后硕士生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++ opencv 调用python tensorflow
1.vs2019配置opencv3.4.X版本(我是3.4.15),此处配置过程略 2.上C++代码 #include <opencv2/dnn.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/highgui.hpp> #include <Windows.h> #include <fstream> #include <iostream> #include "highgu原创 2021-09-18 13:59:35 · 422 阅读 · 0 评论 -
30.C++读取文件夹中所有文件
// 读取文件夹中所有的文件 int getFilesName(std::string path, std::vector<std::string>& files) { intptr_t hFile = 0; struct _finddata_t fileinfo; std::string p; if ((hFile = _findfirst(p.assign(pat...原创 2019-12-13 08:57:31 · 243 阅读 · 0 评论