1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Add: Modularized perspective detection

- Merge perspective_items.py to utils.py under map_detection
- Add assets of homography_transformation
This commit is contained in:
LmeSzinc
2020-07-08 03:07:59 +08:00
parent 8d5739a11a
commit a902f4f0d9
6 changed files with 787 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ class CampaignEnd(Exception):
pass
class MapDetectionError(Exception):
pass
class PerspectiveError(Exception):
pass