随笔分类 -  计算机视觉

摘要:转载了这篇文章 博主写的非常明白 https://blog.csdn.net/LoseInVain/article/details/81098502 https://blog.csdn.net/LoseInVain/article/details/81098502 https://blog.csdn 阅读全文
posted @ 2019-02-25 09:11 稀里糊涂林老冷 阅读(1429) 评论(0) 推荐(0) 编辑
摘要:作者:Double_V_ 来源:CSDN 原文:https://blog.csdn.net/qq_25737169/article/details/79048516 版权声明:本文为博主原创文章,转载请附上博文链接! 作者:Double_V_ 来源:CSDN 原文:https://blog.csdn 阅读全文
posted @ 2019-02-20 14:49 稀里糊涂林老冷 阅读(1934) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 使用mog2算法进行背景分割 使用knn进行背景分割 顺便检测运动物体 阅读全文
posted @ 2018-08-09 17:40 稀里糊涂林老冷 阅读(3579) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 思路: 开启摄像头后 设置一个当前帧为背景, 在之后检测到的帧都与背景对比不同,对不同的地方进行检测 阅读全文
posted @ 2018-08-09 16:19 稀里糊涂林老冷 阅读(3370) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-08 16:58 稀里糊涂林老冷 阅读(1306) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 匹配准确率非常高。 单应性指的是图像在投影发生了 畸变后仍然能够有较高的检测和匹配准确率 阅读全文
posted @ 2018-08-07 11:08 稀里糊涂林老冷 阅读(5263) 评论(0) 推荐(1) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision bf暴力匹配: knn匹配: FLANN匹配: 阅读全文
posted @ 2018-08-06 22:35 稀里糊涂林老冷 阅读(18993) 评论(0) 推荐(1) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision DoG和SIFT特征提取与描述 hessian 与SURF特征提取与匹配 阅读全文
posted @ 2018-08-06 22:34 稀里糊涂林老冷 阅读(2870) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 角点也是处在一个无论框框往哪边移动 框框内像素值都会变化很大的情况而定下来的点 如果框框水平方向上移动 像素值是不会有什么太大的变化的 如果是垂直方向上移动那么就会变化很大 这种一般称为边缘区域 无论是 阅读全文
posted @ 2018-08-06 09:48 稀里糊涂林老冷 阅读(1833) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-05 22:50 稀里糊涂林老冷 阅读(7894) 评论(0) 推荐(0) 编辑
摘要:一个人脸识别的例子 程序中用到了公共数据集, 欢迎去我的git上下载源码,源码里带有数据集 git:https://github.com/linyi0604/Computer-Vision 脚本中一个三个函数 第一个: 调用本机摄像头采集一些自己的照片 作为数据集的一部分 第二个:把自己的照片 和公 阅读全文
posted @ 2018-08-05 22:44 稀里糊涂林老冷 阅读(2159) 评论(1) 推荐(0) 编辑
摘要:学习opencv过程中遇到错误: 1 cv2.cv2 has no attribute 'face' 经过一顿查,,,各种走弯路 最后一下子就解决了: pip install opencv-python pip install opencv0-contrib-python 这俩装完了就行了 2 'c 阅读全文
posted @ 2018-08-05 20:26 稀里糊涂林老冷 阅读(2549) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 我很丑哦 不要笑啊 阅读全文
posted @ 2018-08-04 10:28 稀里糊涂林老冷 阅读(1425) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-04 09:46 稀里糊涂林老冷 阅读(1175) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-03 21:30 稀里糊涂林老冷 阅读(2664) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-03 12:43 稀里糊涂林老冷 阅读(2010) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-03 11:33 稀里糊涂林老冷 阅读(3217) 评论(0) 推荐(1) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-03 10:08 稀里糊涂林老冷 阅读(5644) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-07-31 21:56 稀里糊涂林老冷 阅读(1598) 评论(0) 推荐(0) 编辑
摘要:git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-07-31 14:32 稀里糊涂林老冷 阅读(1495) 评论(0) 推荐(0) 编辑