- 博客(2)
- 资源 (6)
- 收藏
- 关注
原创 C++读取指定路径下的所有图片路径
bool get_filelist_from_dir(std::string _path, std::vector<std::string> &_files) { DIR *dir; dir = opendir(_path.c_str()); struct dirent *ptr; vector<string> file; i...
2020-04-22 12:27:34
1069
1
原创 Linux下编译opencv,并使用GDB进行调试
1、opencv测试程序 这里提供了一个显示图片的程序,并保存为test.cpp。将图片保存在test.cpp所在文件夹内 #include<opencv2\opencv.hpp> using namespace cv; int main() { Mat picture = imread("1.jpg"); //图片必须添加到工程目下 //也就是和test.cp...
2020-04-21 16:27:14
571
基于视频图像的火焰检测
2020-07-19
simulink仿真伺服系统三环控制
2020-06-02
无线传感器网络matlab仿真
2020-05-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人