-
Notifications
You must be signed in to change notification settings - Fork 3
Segmentation
Jarek Sacha edited this page Jan 8, 2020
·
4 revisions
Plugins for segmentation of images. Plugin install in ImageJ under: Plugins/Segmentation. Brief online help installs under: Help/About Plugins.
Available plugins:
- k-means Clustering - works with RGB color images, gray level images, and multi-slice gray level images (each slice is interpreted as a separate band).
- Maximum Entropy Threshold - bi-level thresholding of gray level images.
- Maximum Multi Entropy Threshold - multi-level thresholding of gray level images.
- Seeded Region Growing Tool - interactive plugin for performing Seeded Region Growing, for 2D gray level and color images
- Seeded Region Growing - intended for integration with other plugins or macros. Works on gray level, color, and 3D images.
- Set Pixels - helper plugin for creation of seed images while performing Seeded Region Growing