Skip to content

Commit

Permalink
test: 完成PC端的全部功能测试,更新功能说明
Browse files Browse the repository at this point in the history
  • Loading branch information
weiduhuo committed Oct 18, 2023
1 parent 9135a97 commit c0e1dc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions utils/relic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

class Relic:
"""
[遗器模块]
<<<遗器模块>>>
已完成功能:
1.识别遗器数据
1.识别遗器数据 (单次用时约0.5s)
a.[新增]支持所有稀有度遗器 (识别指定点位色相[黄,紫,蓝,绿])
2.保存人物配装
3.读取人物配装并装备 (遗器将强制替换,支持精确匹配与模糊匹配)
Expand All @@ -33,10 +33,10 @@ class Relic:
1.保存队伍配装
2.读取队伍配装并装备
3.遗器管理
a.[新增]在模块入口成功识别当前遗器后,可选择进行数据录入、查询可能的遗器历史数据 (基于模糊匹配)
b.[新增]美化遗器打印
a.在模块入口成功识别当前遗器后,可选择进行数据录入、查询可能的遗器历史数据 (基于模糊匹配)
b.美化遗器打印
4.配装管理
a.[新增]可选择对配装重命名
a.可选择对配装重命名
...
相关说明:
1.[新增]本模块的所有识别位点均采用百分比相对坐标,以兼容不同平台支持不同分辨率
Expand Down Expand Up @@ -621,7 +621,7 @@ def try_ocr_relic(self, equip_set_index:int = None, max_retries = 3) -> dict:
def ocr_relic(self, equip_set_index:int = None) -> dict:
"""
说明:
OCR当前静态[人物]-[遗器]-[遗器详情]界面内的遗器数据,用时1-2s
OCR当前静态[人物]-[遗器]-[遗器详情]界面内的遗器数据,单次用时约0.5s
更改为ocr_for_single_line()后,相较ocr()已缩短一半用时,且提高了部分识别的准确性,
若更改为ocr_for_single_lines()后的性能变化【待测】(代码重构较大)
参数:
Expand Down

0 comments on commit c0e1dc6

Please sign in to comment.