mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:28:03 +08:00
Fix: Wrong detection backend in 10-2 (#2719)
This commit is contained in:
parent
f5c106b70f
commit
aab989ee2d
@ -44,7 +44,7 @@ road_main = RoadGrids([B6, C6, D6, E5, F4, G2, [G1, H2], G3, G4, G5, [H5, G6]])
|
|||||||
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
DETECTION_BACKEND = 'perspective'
|
DETECTION_BACKEND = 'homography'
|
||||||
HOMO_STORAGE = ((7, 6), [(471.806, 82.471), (1249.283, 82.471), (420.72, 615.64), (1435.387, 615.64)])
|
HOMO_STORAGE = ((7, 6), [(471.806, 82.471), (1249.283, 82.471), (420.72, 615.64), (1435.387, 615.64)])
|
||||||
|
|
||||||
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 30
|
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 30
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user