Displacement log

This commit is contained in:
2ManyProjects 2026-01-11 13:38:14 -06:00
parent 04d5c3bf5c
commit 1f18b4cd1a

View file

@ -428,6 +428,8 @@ class StitchingScanner:
# Detect displacement with confidence
dx, dy, confidence = self._detect_displacement_with_confidence(mosaic_region, frame_region)
self.log(f"Displacement dx ({dx} dy {dy}) con {confidence})")
# Sanity check - reject large displacements
max_adjust = 400 # Max pixels to adjust