This commit is contained in:
2ManyProjects 2026-01-10 13:37:38 -06:00
parent 222e47ccfd
commit 4918c35c72

View file

@ -166,8 +166,8 @@ class StitchingScanner:
h_strip, w_strip = strip.shape[:2]
# === DEBUG MAGIC NUMBERS ===
DEBUG_SHIFT_RIGHT = -15 # Positive = shift strip right
DEBUG_SHIFT_UP = 5 # Positive = shift strip up
DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right
DEBUG_SHIFT_UP = 10 # Positive = shift strip up
# ===========================
blend_w = min(blend_width, w_strip, w_base)