mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-12 11:23:36 +08:00
Fix: changed detection backend to homography in B1 and B2
This commit is contained in:
@@ -45,6 +45,8 @@ road_main = RoadGrids([C6, F5, G5, H4, H6])
|
||||
|
||||
|
||||
class Config:
|
||||
DETECTION_BACKEND = 'homography'
|
||||
HOMO_STORAGE = ((6, 6), [(579.064, 82.271), (1248.248, 82.271), (562.795, 616.581), (1438.283, 616.581)])
|
||||
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 30
|
||||
EDGE_LINES_HOUGHLINES_THRESHOLD = 30
|
||||
COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.2
|
||||
|
||||
Reference in New Issue
Block a user