Convpaint#
Convpaint leverages deep learning networks as pixel features extractors to perform image segmentation on a few brush strokes. It comes primarily as a napari plugin (napari-convpaint), but also provides a Python API for programmatic use.
Head to the Getting Started section to learn how to install the plugin and use its basics functionalities.
Have a look at some of the Examples section to discover how to use the plugin on a few examples.
Use the Convpaint API section to see how to use the plugin programmatically and to learn details about the ConvpaintModel class that lies behind the napari plugin and API.
Head to the In-depth explanation section to learn how the classifier is built, and to read up about all parameters and settings available.