- 博客(12)
- 收藏
- 关注
原创 opencv学习实例代码3.3.2 图像尺寸变换
#include <opencv2/objdetect.hpp> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/videoio.hpp> #include <iostream> #include <iomanip> #include <opencv2/opencv.hpp> #include <vecto.
2022-03-17 01:48:21
3580
原创 opencv学习实例代码3.3.1 图像连接
#include <opencv2/objdetect.hpp> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/videoio.hpp> #include <iostream> #include <iomanip> #include <opencv2/opencv.hpp> #include <vecto.
2022-03-14 01:16:46
5162
原创 opencv学习实例代码3.2.4 LUT
#include <opencv2/objdetect.hpp> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/videoio.hpp> #include <iostream> #include <iomanip> #include <opencv2/opencv.hpp> #include <vecto.
2022-02-14 01:52:55
1862
原创 opencv学习实例代码3.2.3 图像二值化
#include <opencv2/objdetect.hpp> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/videoio.hpp> #include <iostream> #include <iomanip> #include <opencv2/opencv.hpp> #include <vecto.
2022-02-11 02:03:06
1996
原创 opencv调试心得
序号 问题 解决办法 1 虚拟机插入usbcamera电脑死机 VMware升级到16.2pro解决 2 imshow无法正确显示图片 waitKey(0);和while(1)的作用是不一样的。 cin<<a;也不行 其他的会导致无法正常显示 ...
2022-02-09 01:42:02
2412
原创 opencv学习实例代码3.2.2 两图像间的像素操作 2.两幅图像的逻辑运算
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html #include <opencv2/objdetect.hpp> #include <opencv2/h.
2022-02-08 00:30:20
1430
原创 opencv学习实例代码3.2.2 两图像间的像素操作 1.两幅图像的比较运算
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html #include <opencv2/objdetect.hpp> #include <opencv2/h.
2022-01-20 01:28:47
2547
原创 opencv学习实例代码3.2.1 图像像素统计 2.计算图像的平均值和标准差
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html #include <opencv2/objdetect.hpp> #include <opencv2...
2022-01-17 00:06:55
1908
原创 opencv学习实例代码3.2.1 图像像素统计 1.寻找图像像素最大值与最小值
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html #include <opencv2/objdetect.hpp> #include <opencv2/h.
2022-01-03 23:56:14
1393
原创 v4l2的小demo
/**名称:v4l2demo*作者:zym*时间:20180503*说明:(1)本demo得到的是yuv422格式的图像* (2)对于图像,我们用宽和高来描述* (3)对于得到的yuv帧,使用7yuv等软件进行打开*/#include <stdio.h>#include <stdlib.h>#include <string.h>#include ...
2018-05-03 17:22:25
639
原创 linux cheese摄像,拍照只有上边,下边是乱码
https://blog.csdn.net/qq_33341376/article/details/79713515做法一致
2018-03-27 15:25:04
1031
原创 解决Linux下yuv格式图片混杂的问题
图片混杂:解决方法:虚拟机设置>usb控制器>usb兼容性>(usb2.0/3.0)。如果当前选中的是2.0就选择3.0,如果当前选中的是3.0就选择2.0。然后确定。在VMware的工具栏选择虚拟机>可移动设备>摄像头>断开连接。然后再虚拟机>可移动设备>摄像头>连接。(一定要断了再连接!)结果:...
2018-03-27 15:21:54
739
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人