shift x comp
This commit is contained in:
parent
44f54aa3e1
commit
84a698bff5
1 changed files with 2 additions and 2 deletions
|
|
@ -342,8 +342,8 @@ class StitchingScanner:
|
||||||
# For LEFT scan: frame starts at the transition X position
|
# For LEFT scan: frame starts at the transition X position
|
||||||
# Compare frame's RIGHT edge with mosaic's transition strip RIGHT edge
|
# Compare frame's RIGHT edge with mosaic's transition strip RIGHT edge
|
||||||
|
|
||||||
transition_x_end = min(x_offset + fw, mw)
|
transition_x_end = x_offset
|
||||||
transition_x_start = max(x_offset, transition_x_end - horizontal_overlap)
|
transition_x_start = min(x_offset, x_offset - horizontal_overlap)
|
||||||
|
|
||||||
# Y range: within the transition strip area
|
# Y range: within the transition strip area
|
||||||
y_start = 0
|
y_start = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue