General examples¶
General-purpose and introductory examples for scikit-image.
The narrative documentation introduces conventions and basic image manipulations.
Data¶
Operations on NumPy arrays¶
Manipulating exposure and color channels¶
Edges and lines¶
Geometrical transformations and registration¶
Image registration¶
Filtering and restoration¶
Detection of features and objects¶
Segmentation of objects¶
Longer examples and demonstrations¶
Examples for developers¶
In this folder, we have examples for advanced topics, including detailed explanations of the inner workings of certain algorithms.
These examples require some basic knowledge of image processing. They are targeted at existing or would-be scikit-image developers wishing to develop their knowledge of image processing algorithms.