2023-05-30 01:45:45 +08:00

19 lines
461 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 知识点: 2张图片对比目标检测
## 解题思路一
比较两张图片是否相似,如果相似并返回缺口位置
![请求](./img/1.jpg)
对比
![请求](./img/2.png)
很容易就可以得到缺口坐标
## 解题思路二
目标检测yolov5框架
https://github.com/luzhisheng/js_reverse/tree/master/ayf_ocr/08%E6%95%B0%E6%8D%AE%E6%A0%87%E6%B3%A8-VOC%E6%95%B0%E6%8D%AE%E9%9B%86-%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B%E6%A1%86%E6%9E%B6