08 2018 档案
摘要:git:https://github.com/linyi0604/Computer-Vision 使用mog2算法进行背景分割 使用knn进行背景分割 顺便检测运动物体
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision 思路: 开启摄像头后 设置一个当前帧为背景, 在之后检测到的帧都与背景对比不同,对不同的地方进行检测
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision 匹配准确率非常高。 单应性指的是图像在投影发生了 畸变后仍然能够有较高的检测和匹配准确率
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision bf暴力匹配: knn匹配: FLANN匹配:
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision DoG和SIFT特征提取与描述 hessian 与SURF特征提取与匹配
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision 角点也是处在一个无论框框往哪边移动 框框内像素值都会变化很大的情况而定下来的点 如果框框水平方向上移动 像素值是不会有什么太大的变化的 如果是垂直方向上移动那么就会变化很大 这种一般称为边缘区域 无论是
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文
摘要:一个人脸识别的例子 程序中用到了公共数据集, 欢迎去我的git上下载源码,源码里带有数据集 git:https://github.com/linyi0604/Computer-Vision 脚本中一个三个函数 第一个: 调用本机摄像头采集一些自己的照片 作为数据集的一部分 第二个:把自己的照片 和公
阅读全文
摘要:学习opencv过程中遇到错误: 1 cv2.cv2 has no attribute 'face' 经过一顿查,,,各种走弯路 最后一下子就解决了: pip install opencv-python pip install opencv0-contrib-python 这俩装完了就行了 2 'c
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision 我很丑哦 不要笑啊
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文
摘要:git:https://github.com/linyi0604/Computer-Vision
阅读全文