文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 9d28ff9b by 王肇一

v0.4

parent 1cab996a
......@@ -20,6 +20,13 @@
│ └── processed images
└── other codes
```
## 交互逻辑
1. 将要处理的图,直接按文件夹分开放到imgs路径下
2. 运行第一阶段
3. 根据分图结果,删除质量较差图片
4. 运行第二阶段
5. 查看结果
## 主程序入口
### 参数
* -m ,--method : 0 使用Kmeans,1 使用阈值法(butterworth滤波),2 使用阈值法(fft),3 使用unet。默认Kmeans
......@@ -73,3 +80,4 @@ optional arguments:
|v0.1|实现了Kmeans、阈值法两种分割方法,提供命令行工具|
|v0.2|1.更新了滤波算法<br>2.修改了一些小bug<br>3.对部分函数进行解耦|
|v0.3|1.训练了Unet模型<br>2.增加了部分命令行工具<br>4.重新设计目录结构|
|v0.4|更新了mask计算方法,避免将信号计算为背景|
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment