update
This commit is contained in:
8
.CondaPkg/env/Lib/site-packages/skimage/registration/__init__.pyi
vendored
Normal file
8
.CondaPkg/env/Lib/site-packages/skimage/registration/__init__.pyi
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Explicitly setting `__all__` is necessary for type inference engines
|
||||
# to know which symbols are exported. See
|
||||
# https://peps.python.org/pep-0484/#stub-files
|
||||
|
||||
__all__ = ['optical_flow_ilk', 'optical_flow_tvl1', 'phase_cross_correlation']
|
||||
|
||||
from ._optical_flow import optical_flow_tvl1, optical_flow_ilk
|
||||
from ._phase_cross_correlation import phase_cross_correlation
|
||||
Reference in New Issue
Block a user