Report/Docx/组会10.25.md
2024-10-24 17:35:06 +08:00

23 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

## 一、本周工作内容
1. 双目摄像头标定
在测试双目过程中发现双目测距存在问题,经过排查发现相机的内外参系数需要进行重新标定。标定结果:
![stereo_jiaozheng](D:\机器人\stereo_jiaozheng.jpg)
标定过程的文档及代码已上传至仓库:
![image-20241024172917801](C:\Users\dd\AppData\Roaming\Typora\typora-user-images\image-20241024172917801.png)
![image-20241024172927530](C:\Users\dd\AppData\Roaming\Typora\typora-user-images\image-20241024172927530.png)
2. 模板匹配数据采集
采集进行模板匹配需要的数据左右摄像头的灰度图以及右图像中检测到的目标框建立一个离线的评估程序直接在windows上对模板匹配函数进行测试评估时间瓶颈无需在机器人上运行程序。
![image-20241024173358445](C:\Users\dd\AppData\Roaming\Typora\typora-user-images\image-20241024173358445.png)
![image-20241024173411333](C:\Users\dd\AppData\Roaming\Typora\typora-user-images\image-20241024173411333.png)
数据已上传至仓库。