dims
This commit is contained in:
parent
222e47ccfd
commit
4918c35c72
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue