bool
This commit is contained in:
parent
69a638f439
commit
88ffea8807
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ class StitchingScanner:
|
|||
offset.x_offset = dx
|
||||
offset.y_offset = dy
|
||||
offset.confidence = confidence
|
||||
offset.valid = true #confidence > 0.1 # Require minimum confidence
|
||||
offset.valid = True #confidence > 0.1 # Require minimum confidence
|
||||
|
||||
if offset.valid:
|
||||
self.log(f" Strip alignment: X={dx:.1f}, Y={dy:.1f}, conf={confidence:.3f}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue