Getting started — skimage v0.19.0 docs - scikit-image
scikit-image.org › docs › stableGetting started. scikit-image is an image processing Python package that works with numpy arrays. The package is imported as skimage: Most functions of skimage are found within submodules: A list of submodules and functions is found on the API reference webpage. Within scikit-image, images are represented as NumPy arrays, for example 2-D arrays ...