12. Getting help on using skimage
#
12.1. API Reference#
Keep the reference guide handy while programming with scikit-image. Select the docs that match the version of skimage you are using.
12.2. Examples gallery#
The Examples gallery provides graphical examples and code snippets of typical image processing tasks. There, you may find an example that is close to your use case.
Feel free to suggest new gallery examples on our developer forum.
12.3. Search field#
Use the quick search
field in the navigation bar of the online
documentation to find mentions of keywords (segmentation,
rescaling, denoising, etc.) in the documentation.
12.4. API Discovery#
We provide a lookfor
function to search API functions:
import skimage as ski
ski.lookfor('eigenvector')
Also see NumPy’s lookfor
.
12.5. Ask for help#
Still stuck? We are here to help! Reach out through:
our user forum for image processing and usage questions;
our developer forum for technical questions and suggestions;
our chat channel for real-time interaction; or
Stack Overflow for coding questions.