Skip to main content

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. It can also be helper functions that can be useful during analysis.

Methods

Can be applied onImagesMasks
Get extrema(getExtrema)
Filter points(filterPoints)
Threshold(threshold)
Watershed(waterShed)
Clear border(clearBorder)
Paint mask(paintMask)