"""Image registration algorithms, e.g., optical flow or phase cross correlation.""" import lazy_loader as _lazy __getattr__, __dir__, __all__ = _lazy.attach_stub(__name__, __file__) 2 changes: 1 addition & 1 deletion 2 skimage/restoration/__init__.py Original file line nu...