Skip to content

Commit

Permalink
Fix: Add HOMO_STORAGE in SP
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Aug 22, 2024
1 parent ffc956d commit 6f586b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion campaign/event_20240815_cn/sp.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ class Config:
# 'width': (0, 7),
'wlen': 1000
}
HOMO_STORAGE = ((9, 6), [(154.004, 110.162), (1153.33, 110.162), (-36.338, 651.451), (1318.254, 651.451)])
HOMO_EDGE_COLOR_RANGE = (0, 33)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
# HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_IS_ONE_TIME_STAGE = True
MAP_SWIPE_MULTIPLY = (1.063, 1.083)
Expand Down

0 comments on commit 6f586b0

Please sign in to comment.