Commit Graph

86 Commits

Author SHA1 Message Date
c8a16e44fe 优化mask生成 2024-12-08 17:28:24 +08:00
fd368e169b 修复模板匹配位深的小bug 2024-11-28 14:10:05 +08:00
55b20ed64d 修复了图像损毁bug 2024-11-28 12:45:07 +08:00
f9261d2fbb 修改了显示函数,但是多次预测的bug无法修复。 2024-11-28 00:19:30 +08:00
21b2a539f7 进行了debug 2024-11-27 23:47:45 +08:00
d1e0320d29 添加了串行执行的示例 2024-11-27 13:39:29 +08:00
50058f4ad1 添加MIL到OpenCV转换,支持彩色图像转换 2024-11-27 00:10:44 +08:00
cf1dde8a62 多进程尝试 2024-11-26 18:17:35 +08:00
e93b5fbff7 添加mask部分的配置读取函数 2024-11-26 15:15:31 +08:00
71d2692f1a 完成OnnxRunner部分以及test_onnx 2024-11-26 15:00:36 +08:00
6e0ad63020 MIL转Mat失败版,优化opencv_onnx功能将输出结果按照原图片大小进行输出掩膜 2024-11-26 14:35:53 +08:00
f83d435ddc 统一template——matching的接口,添加mask的测试函数,在src中新建CVDL库 2024-11-26 11:09:14 +08:00
fc50c3b440 将加载模板的方式修改为加载配置文件 2024-11-25 13:32:40 +08:00
119f01ae88 添加opencv掉onnx 2024-11-25 12:25:43 +08:00
c500926db1 添加resize功能 2024-11-24 13:52:23 +08:00
0308308ebd Merge branch 'Template_matching' of https://github.com/Karllzy/cotton_color into Template_matching 2024-11-24 13:48:44 +08:00
171376aaa1 将模板匹配出的结果显示为白色,其余为黑色 2024-11-24 13:47:33 +08:00
526bb6c2db 将模板匹配出的结果显示为白色,其余为黑色 2024-11-23 14:46:20 +08:00
445d6fc37c 修复定义多个模板时的bug(前面图片绘制的模板区域会保留在后面的图片) 2024-11-21 21:17:27 +08:00
38202919e6 更新readme,将加载模型和寻找模型分离,实现一次加载模型即可 2024-11-21 14:46:37 +08:00
96c55d89c0 添加读取配置文件的工具函数,实现加载多个模板 2024-11-21 12:38:37 +08:00
a7c5f4fec5 添加了11月21日任务 2024-11-20 19:54:19 +08:00
920f92850f 模板匹配模块可以显示模板并实现匹配 2024-11-20 17:56:09 +08:00
a2f24318ed 模板匹配模块完成 2024-11-20 15:56:19 +08:00
4cc10387b0 添加一个生成mask的模块 2024-11-19 16:08:54 +08:00
684848ea84 添加处理时间测量功能,以及gpu加速步骤(但该版本的dnn模块不支持gpu加速) 2024-11-19 10:35:05 +08:00
aea9ab72a0 优化opencv_onnx的功能,添加对输入图片resize操作 2024-11-19 10:12:30 +08:00
dd8bcf284b 添加opencv调用onnx的模块 2024-11-19 09:40:40 +08:00
93853567aa Merge remote-tracking branch 'origin/Template_matching' into Template_matching
# Conflicts:
#	Matrox/color_range.cpp
#	Matrox/color_range.h
2024-11-18 20:14:46 +08:00
6a45cf96dc 添加开闭运算 2024-11-18 19:34:27 +08:00
263e32e9a0 细微调整 2024-11-18 17:28:48 +08:00
2c32889753 修改了阈值调整函数 2024-11-18 17:25:11 +08:00
621213a6c1 Merge branch 'master' into Template_matching 2024-11-14 18:19:43 +08:00
375c65d7b7 Merge remote-tracking branch 'origin/Template_matching' into YOLO 2024-11-14 18:14:13 +08:00
201b4a524b Merge branch 'YOLO' 2024-11-14 18:13:31 +08:00
c4470adb3d 重命名YOLO为DPL
将yolo模块重命名为DPL模块
2024-11-14 18:11:57 +08:00
e85583d0bc Merge remote-tracking branch 'origin/Template_matching' 2024-11-14 17:56:16 +08:00
0ea15daeb8 Merge remote-tracking branch 'origin/YOLO' 2024-11-14 17:56:05 +08:00
wrz1-zzzzz
dceedecaba 添加滴灌带二分类模型 2024-11-14 17:54:36 +08:00
21db2973c7 程序可以执行但是处理结果没有 2024-11-14 17:49:56 +08:00
c5e235f4a0 添加mil库的配置教程 2024-11-14 10:51:00 +08:00
0666bf2f41 修复bug 2024-11-14 10:43:37 +08:00
d3550bac61
Merge pull request #1 from Karllzy/Template_matching
Template matching
2024-11-13 21:40:01 +08:00
wrz1-zzzzz
47318eff64 Merge remote-tracking branch 'origin/YOLO' into YOLO 2024-11-13 21:16:15 +08:00
wrz1-zzzzz
b3627d56aa Merge branch 'detached2' into YOLO 2024-11-13 21:13:25 +08:00
0cf110cb6a 添加加载onnx模型部分。可以成功加载,但推理有些问题 2024-11-13 20:52:23 +08:00
5d41094639 添加模板匹配的matrox实现 2024-11-13 20:19:20 +08:00
af063ae8e0 修复cotton_color的bug 添加color_range的matrox实现 2024-11-13 18:53:05 +08:00
ZhenyeLi
946fbe801c Merge branch 'YOLO' of https://github.com/Karllzy/cotton_color into YOLO 2024-11-13 18:31:53 +08:00
ZhenyeLi
e9a542d82e Merge branch 'YOLO' of https://github.com/Karllzy/cotton_color into YOLO 2024-11-13 18:06:56 +08:00