Operations
Operations section is dedicated to elements of ImageJS that are mostly used to help with or to transition from one image data type to another. For instance, threshold is used to go from Image to Mask, while watershed is used to create ROI map.
Methods
Can be applied on | Images | Masks |
---|---|---|
Get extrema(getExtrema ) | ✅ | ❌ |
Filter points(filterPoints ) | ✅ | ❌ |
Threshold(erode ) | ✅ | ❌ |
Watershed(dilate ) | ✅ | ❌ |