Class | Description |
---|---|
AbstractBinaryCommand |
Abstract super class for binarization commands like Create Mask and Make
Binary.
|
AbstractMorphOpsCommand |
Abstract super class for commands that modify binary images in place.
|
Binarize<T extends RealType<T>> | |
CloseBinaryImage |
Does a morphological close operation on a binary image.
|
CreateMask<T extends RealType<T>> |
Creates a new binary mask
Dataset from an existing Dataset using the
default thresholding method. |
DilateBinaryImage |
Does a morphological dilate operation on a binary image.
|
ErodeBinaryImage |
Does a morphological erode operation on a binary image.
|
MakeBinary<T extends RealType<T>> |
Changes an existing
Dataset to a binary mask Dataset using the
default thresholding method. |
OpenBinaryImage |
Does a morphological open operation on a binary image.
|
Copyright © 2014–2022 ImageJ. All rights reserved.