juechafun/03-资源/操作说明-MaixCam竞赛版-参数调试增加参数.md
2026-01-22 20:37:04 +08:00

31 lines
831 B
Markdown
Raw 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.

---
#领域/MaixCam #资源/操作说明
#复盘/1
20260115-备忘-主题名-文件内容
## 一句话描述
[____参数调试模块增加参数____]
---
## 操作步骤
### 参数调试
- [ ] 要增加的菜单项:[__设置色块算法设置______] 子菜单项:[__设置目标最小X尺寸、设置目标最小Y尺寸______]
- [ ] 参数存储变量:[__BLOBS_CONFIG{area_x_threshold:1%~100%, area_y_threshold:1%~100%}_______]
- [ ] 创建菜单项:[__设置检测框最小X尺寸、设置检测框最小Y尺寸______]
- [ ] 创建挂载子菜单项:批量创建子菜单项
- [ ] 创建回调函数
- [ ] 登记菜单项def auto_select_menu_item
- [ ] 更新算法调用参数
### 程序控制
- [ ] 参数存储变量:[________]
- [ ] 解析参数到变量:[________]
- [ ] 更新算法调用参数