scikit-image cheatsheet


by feram.io

See all scikit-image methods for image creation & manipulation and their output at a glance.

The cheatsheet was compiled with version d26cda . Methods are sorted semantically. Click on the code of each example to get to its official documentation.

draw

Use methods in the "draw" module like this:

output_image = numpy.zeros((90, 160))
rows, columns = function(**arguments)
output_image[rows, columns] = 1

exposure

feature

filters

rank

morphology

restoration

segmentation

transform

util