eextend green for test

This commit is contained in:
2ManyProjects 2026-01-17 12:33:07 -06:00
parent 4c261b895b
commit 553afb6fe1

View file

@ -696,7 +696,7 @@ class StitchingScanner:
# ========== DEBUG: Draw borders BEFORE placing strip ==========
# RED border: Where strip WOULD have been placed (original position)
orig_x_end = min(original_x_offset - w_strip, w_base)
orig_x_end = min(original_x_offset - (w_strip * 2), w_base)
orig_y_end = min(original_y_offset + h_strip, h_base)
if original_x_offset >= 0 and original_y_offset >= 0:
cv2.rectangle(result,