|
|
5862effd69
|
Merge pull request #5 from Karllzy/Template_matching
Template matching
|
2024-11-26 13:28:11 +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 |
|
|
|
3e1d01bc12
|
Merge pull request #3 from Karllzy/YOLO
Yolo
|
2024-11-18 20:51:05 +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 |
|
wrz1-zzzzz
|
5c9df03c21
|
添加地膜识别后的掩膜文件
|
2024-11-18 16:43:32 +08:00 |
|
wrz1-zzzzz
|
7674b17445
|
11.17地膜训练模型
|
2024-11-17 18:08:08 +08:00 |
|
wrz1-zzzzz
|
73c952202f
|
修改代码
|
2024-11-15 11:03:31 +08:00 |
|
wrz1-zzzzz
|
ebd1f6924a
|
添加完整滴灌带分类可执行代码
|
2024-11-14 20:15:13 +08:00 |
|
wrz1-zzzzz
|
5f8ec2a9cd
|
添加完整yolo可执行代码
|
2024-11-14 20:12:28 +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 |
|
ZhenyeLi
|
ff819e341a
|
更新README
|
2024-11-13 18:06:33 +08:00 |
|
ZhenyeLi
|
8f97c7d9d0
|
更新README
|
2024-11-13 17:35:33 +08:00 |
|
|
|
ea72ee9310
|
Moidfy Gitignore
添加mac支持
|
2024-11-13 16:39:00 +08:00 |
|
|
|
9155aa2aa5
|
Merge branch 'Template_Develop'
|
2024-11-13 16:36:57 +08:00 |
|