6 lines
174 B
Python
Executable File
6 lines
174 B
Python
Executable File
"""Measurement of image properties, e.g., region properties, contours."""
|
|
|
|
import lazy_loader as _lazy
|
|
|
|
__getattr__, __dir__, __all__ = _lazy.attach_stub(__name__, __file__)
|