1 Star 2 Fork 2

lizhigen / print-defect-detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Print Defect Detection(铭牌印刷缺陷视觉检测系统)

加载过慢可查看README.png

picture 1

标准图

picture 2

待测图

picture 3

效果图

实现思路及中间处理结果

  1. surf获取特征点集; picture 4

  2. 特征点集调优获得标准图到待测图的最优单映射变换矩阵H,然后利用H进行透视变换; picture 5

  3. 变换后的标准图与待测图作差获得图diff; picture 6

  4. 图diff进行阈值化,获得图d_thr; picture 7

  5. 图d_thr进行均值滤波,获的图dt_blur; picture 8

  6. 图dt_blur进行闭运算,获的图dtb_mor; picture 9

  7. 在图dtb_mor进行轮廓的查找,并过滤轮廓周长小于9的轮廓,然后进行画图,获得最后的效果图final; picture 3

空文件

简介

铭牌印刷缺陷视觉检测系统 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lizhigen/print-defect-detection.git
git@gitee.com:lizhigen/print-defect-detection.git
lizhigen
print-defect-detection
print-defect-detection
main

搜索帮助