- 博客(2)
- 资源 (16)
- 收藏
- 关注
转载 opencv中at函数相关问题
引用自opencv官方教程https://docs.opencv.org/3.3.0/d3/d63/classcv_1_1Mat.html#aa5d20fc86d41d59e4d71ae93daee9726
2018-07-25 09:55:21 1160 1
原创 opencv使用电脑摄像头抓取并保存图片,自动顺序命名保存的图片
char str[10];//定义数组 int i = 0; while(1) { cap >> frame;//抓取图片 cvtColor(frame, edges, 0); imshow("a", edges); //if (std::cin.get() != '\n') if (waitKey(1) == 32){ sprint...
2018-05-18 13:22:10 4068 1
code and other laws of cyberspace
2018-09-05
opencv3.4.1+contrib+win10+vs2017已经编译好的库
2018-08-30
集体智慧编程/Programming Collective Intelligence
2018-07-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人