Fix: [TW] Update MAP_ENSURE_EDGE_INSIGHT_CORNER (#1338)

This commit is contained in:
LmeSzinc 2022-07-15 23:51:22 +08:00
parent 596dccb0ba
commit 7327a62485
2 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,9 @@ class Config:
# 'width': (0, 7),
'wlen': 1000
}
HOMO_EDGE_COLOR_RANGE = (0, 9)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):

View File

@ -71,6 +71,9 @@ class Config:
# 'width': (0, 7),
'wlen': 1000
}
HOMO_EDGE_COLOR_RANGE = (0, 9)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):