mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 00:55:34 +08:00
Fix: Perspective parameters in Parallel Superimposition chapter C
This commit is contained in:
@@ -58,18 +58,18 @@ class Config:
|
|||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 33),
|
'height': (80, 255 - 24),
|
||||||
'width': (1.5, 10),
|
'width': (1.5, 10),
|
||||||
'prominence': 10,
|
'prominence': 10,
|
||||||
'distance': 35,
|
'distance': 35,
|
||||||
}
|
}
|
||||||
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
|
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (255 - 33, 255),
|
'height': (255 - 24, 255),
|
||||||
'prominence': 10,
|
'prominence': 10,
|
||||||
'distance': 50,
|
'distance': 50,
|
||||||
'wlen': 1000
|
'wlen': 1000
|
||||||
}
|
}
|
||||||
HOMO_EDGE_COLOR_RANGE = (0, 33)
|
HOMO_EDGE_COLOR_RANGE = (0, 24)
|
||||||
HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
|
HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
|
||||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
MAP_SWIPE_MULTIPLY = 1.590
|
MAP_SWIPE_MULTIPLY = 1.590
|
||||||
|
|||||||
Reference in New Issue
Block a user