invert x offset
This commit is contained in:
parent
e6871620f4
commit
3f935a59bb
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ class StitchingScanner:
|
|||
self.log(f"Strip alignment: displacement too large ({dx:.1f}, {dy:.1f}), ignoring")
|
||||
return offset
|
||||
|
||||
offset.x_offset = dx
|
||||
offset.x_offset = dx * -1
|
||||
offset.y_offset = dy
|
||||
offset.confidence = confidence
|
||||
offset.valid = confidence > 0.1 # Require minimum confidence
|
||||
|
|
|
|||
Loading…
Reference in a new issue