Close working version
This commit is contained in:
parent
c7b5ca1a2e
commit
6ab292a410
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class StitchingScanner:
|
||||||
|
|
||||||
# === DEBUG MAGIC NUMBERS ===
|
# === DEBUG MAGIC NUMBERS ===
|
||||||
DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right
|
DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right
|
||||||
DEBUG_SHIFT_UP = 15 # Positive = shift strip up
|
DEBUG_SHIFT_UP = 75 # Positive = shift strip up
|
||||||
# ===========================
|
# ===========================
|
||||||
|
|
||||||
blend_w = min(blend_width, w_strip, w_base)
|
blend_w = min(blend_width, w_strip, w_base)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue