Shift y comp

This commit is contained in:
2ManyProjects 2026-01-12 00:33:57 -06:00
parent b770bce4e4
commit 44f54aa3e1

View file

@ -271,8 +271,8 @@ class StitchingScanner:
frame_top = frame[:vertical_overlap, :] frame_top = frame[:vertical_overlap, :]
# Get the X range - centered on where transition strips are # Get the X range - centered on where transition strips are
x_start = x_offset x_end = x_offset
x_end = min(x_offset + fw, mw) x_start = min(x_offset - fw, mw)
compare_width = x_end - x_start compare_width = x_end - x_start
if transition_compare_y_start >= 0 and compare_width >= min_overlap: if transition_compare_y_start >= 0 and compare_width >= min_overlap: