java.lang.Object
ImageJ_Demos.Stack_Processing_Demo
- All Implemented Interfaces:
PlugInFilter,JavaDocHelp
This ImageJ plugin demonstrates how to iterate over the frames (slices) of an image stack. In this case each frame is simply inverted. No new frames are added to the stack. Note that stack slices are numbered from 1,...,K (i.e., there is no slice 0)!
If PlugInFilter.STACK_REQUIRED is omitted in setup(String, ImagePlus), the plugin will also work on
ordinary (single) images.
-
Field Summary
Fields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface imagingbook.core.jdoc.JavaDocHelp
getJavaDocUrl
-
Constructor Details
-
Stack_Processing_Demo
public Stack_Processing_Demo()
-
-
Method Details
-
setup
- Specified by:
setupin interfacePlugInFilter
-
run
- Specified by:
runin interfacePlugInFilter
-