1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-15 03:03:42 +08:00

Merge pull request #93 from Cerz0/master

fix for 11-4
This commit is contained in:
LmeSzinc
2020-07-14 02:12:02 +08:00
committed by GitHub

View File

@@ -49,23 +49,23 @@ step_on = SelectedGrids([C3])
road_boss = RoadGrids([C3, H4, [C5, C7], G6, G8])
class Config:
pass
# INTERNAL_LINES_HOUGHLINES_THRESHOLD = 40
# EDGE_LINES_HOUGHLINES_THRESHOLD = 40
# COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.5
# INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
# 'height': (150, 255 - 24),
# 'width': (0.9, 10),
# 'prominence': 10,
# 'distance': 35,
# }
# EDGE_LINES_FIND_PEAKS_PARAMETERS = {
# 'height': (255 - 24, 255),
# 'prominence': 10,
# 'distance': 50,
# 'width': (0, 10),
# 'wlen': 1000,
# }
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 35
EDGE_LINES_HOUGHLINES_THRESHOLD = 35
COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.3
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (150, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
'width': (0, 10),
'wlen': 1000,
}
class Campaign(CampaignBase):