openCV学习笔记二:摄像头的读取,显示及按键截屏保存一帧图像

代码如下: #include #include <cv.h> #include <highgui.h> #include <windows.h> using namespace std; using namespace cv; int main(int argc, char** argv) { VideoCapture mv(0); Mat frem; while (1) { mv >> frem
相关文章
相关标签/搜索