- chain(ChannelMasker) - Method in class org.incenp.imagej.ChannelMasker
-
Sets a ChannelMasker to apply after the current one.
- ChannelMasker - Class in org.incenp.imagej
-
A helper class to create and apply binary masks.
- ChannelMasker(ChannelMasker.ChannelOperation[]) - Constructor for class org.incenp.imagej.ChannelMasker
-
Creates a new ChannelMasker object with the given list of operations.
- close() - Method in class org.incenp.imagej.BatchReader
-
Closes any opened images.
- CLOSE_OPEN_MASK - Static variable in class org.incenp.imagej.Masking
-
Performs a round of close/open operations when creating a mask.
- countBlackPixels(ImageProcessor) - Static method in class org.incenp.imagej.Helper
-
Counts all black pixels in a given image.
- countPixels(ImageProcessor) - Static method in class org.incenp.imagej.Helper
-
Counts all non-black pixels in a given image.
- countPixels(ImageProcessor, int) - Static method in class org.incenp.imagej.Helper
-
Counts all pixels above the specified threshold.
- countWhitePixels(ImageProcessor) - Static method in class org.incenp.imagej.Helper
-
Counts all white pixels in a given image.
- createAugmentedHyperstack(ImagePlus, int, boolean) - Static method in class org.incenp.imagej.Helper
-
Creates a copy of a given hyperstack with added (empty) channel(s).
- createMask(ImageProcessor, ThresholdingMethod, int, int) - Static method in class org.incenp.imagej.Masking
-
Creates a binary mask by thresholding a source image.
- createMask(ImageProcessor, ThresholdingMethod, int) - Static method in class org.incenp.imagej.Masking
-
Create a binary mask by thresholding a source image.
- createMasker(String, String, int) - Static method in class org.incenp.imagej.ChannelMasker
-
Creates a ChannelMasker from a text description of the operations.
- createMasker(String, String) - Static method in class org.incenp.imagej.ChannelMasker
-
Creates a ChannelMasker object from a text description of the operations.
- createMasker(String) - Static method in class org.incenp.imagej.ChannelMasker
-
Creates a ChannelMasker object from a text description of the operations.