zachMelody / Princess-connection-farm

公主连接农场机器人 库存识别

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

公主连接农场工具

文件目录

----Princess-connection-farm\   >主目录
    |----adb\                   >adb软件
    |    |----adb.exe
    |    |----AdbWinApi.dll
    |    |----AdbWinUsbApi.dll
    |    |----fastboot.exe
    |    |----README.md
    |
    |----equipment_img\         >装备图片
    |
    |----test\                  >测试
    |    |----res_test_equipment_img\
    |    |----test_Automator.py
    |    |----test_cv.py
    |    |----test_equipment_img\
    |    |----__init__.py
    |
    |----tessdata\              >tessdata训练模型
    |    |----pcr2.traineddata
    |    |----README.md
    |
    |----tw_img\                >按钮图片
    |
    |----unique_weapon_img\     >专武图片
    |
    |----utils\                 >工具
    |    |----DirectionTree.py
    |    |----Log.py
    |
    |----ocr\                   >OCR模块
    |    |----divide.py         >图片切割
    |    |----ocr.py            >图片处理识别
    |    |----res\
    |    |----train\            >Tesseract字库训练相关
    |    |    |----output\
    |
    |----Automator.py           >模拟器层
    |----cv.py                  >图像识别层             
    |----PCR.py                 >入口文件
    |----README.md

使用方法

TODO

References

About

公主连接农场机器人 库存识别


Languages

Language:Python 100.0%