Shift y comp
This commit is contained in:
parent
b770bce4e4
commit
44f54aa3e1
1 changed files with 2 additions and 2 deletions
|
|
@ -271,8 +271,8 @@ class StitchingScanner:
|
|||
frame_top = frame[:vertical_overlap, :]
|
||||
|
||||
# Get the X range - centered on where transition strips are
|
||||
x_start = x_offset
|
||||
x_end = min(x_offset + fw, mw)
|
||||
x_end = x_offset
|
||||
x_start = min(x_offset - fw, mw)
|
||||
compare_width = x_end - x_start
|
||||
|
||||
if transition_compare_y_start >= 0 and compare_width >= min_overlap:
|
||||
|
|
|
|||
Loading…
Reference in a new issue