From 7327a62485ac86ac86a14db56ef2f5da330ea1a7 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:51:22 +0800 Subject: [PATCH] Fix: [TW] Update MAP_ENSURE_EDGE_INSIGHT_CORNER (#1338) --- campaign/event_20201029_cn/sp.py | 3 +++ campaign/event_20201029_cn/sp1.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/campaign/event_20201029_cn/sp.py b/campaign/event_20201029_cn/sp.py index 677fcaf7e..c44f7a068 100644 --- a/campaign/event_20201029_cn/sp.py +++ b/campaign/event_20201029_cn/sp.py @@ -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): diff --git a/campaign/event_20201029_cn/sp1.py b/campaign/event_20201029_cn/sp1.py index 9321bd3a9..9fb1d4b9e 100644 --- a/campaign/event_20201029_cn/sp1.py +++ b/campaign/event_20201029_cn/sp1.py @@ -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):