Contribute Media
A thank you to everyone who makes this possible: Read More

Introduction to scikit-image

Description

scikit-image is a general-purpose image processing module for the Python programming language. It is designed to interact efficiently with other popular scientific Python libraries, such as NumPy and SciPy. In particular, scikit-image leverages the powerful data array container of NumPy, that can store images of various dimensions (2-D, 2D RGB, 3D, 4D…).

Details

Improve this page