Modules ➤ Image processing ➤ Pixel ➤ Binary
Image operations which either act binary images. Binary images are 8-bit with 255-intensity background and 0-intensity objects.
Applies stock ImageJ binary operations to an image in the workspace.
Creates a 32-bit greyscale image from an input binary image, where the value of each foreground pixel in the input image is equal to its Euclidean distance to the nearest background pixel.
Applies binary dilate or erode operations to an image in the workspace.
Applies a 3D (or 2D for single slice images) binary skeletonisation operation to an image in the workspace.
Performs a 3D fill holes operation on an input binary image.
Creates an skeletonised representation of a specific binary image in the workspace.
Peforms a watershed transform on a specified input image.