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.
DEPRECATED: This Module has been superseeded by separate Modules for 2D and 3D binary operations.
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.
Detects extended minima or maxima in a specified input image.
Performs a 3D fill holes operation on an input binary image.
Fixes breaks (gaps) in binary skeleton images.
Creates an skeletonised representation of a specific binary image in the workspace.
Peforms a watershed transform on a specified input image.