完善描述文档
This commit is contained in:
parent
07577d680d
commit
2737255b7a
@ -51,7 +51,7 @@ reader = easyocr.Reader(['ch_sim'], gpu=False)
|
|||||||
results_id.append(reader.readtext(rgb, detail=0))
|
results_id.append(reader.readtext(rgb, detail=0))
|
||||||
```
|
```
|
||||||
## 比较
|
## 比较
|
||||||
采用最简单的比较方式,定义变量max_val = 0.0、max_idx = 0和min_val = 20.0、min_idx = []。<br>
|
采用最简单的比较方式,定义变量max_val = 0.0、max_idx = []和min_val = 20.0、min_idx = []。<br>
|
||||||
循环对所有评分变量进行对比记下最大值、最小值及其对于的ID序号。
|
循环对所有评分变量进行对比记下最大值、最小值及其对于的ID序号。
|
||||||
## 结果展示
|
## 结果展示
|
||||||
### 图像分割结果
|
### 图像分割结果
|
||||||
|
Loading…
x
Reference in New Issue
Block a user