java.lang.Object
More_.OutOfBoundsStrategy_Demo
- All Implemented Interfaces:
PlugInFilter,JavaDocHelp
This ImageJ plugin demonstrates the effect of different out-of-bounds strategies
for handling pixels that are outside the image. The input image is placed centered inside
a larger canvas and the missing pixels are inserted. The user can select one of the
predefined out-of-bounds strategies and the size factor (min. 1), which specifies how
much larger the output image is compared to the original image.
In the resulting composite image, the original image is outlined by a colored rectangle.
The use of
ImageAccessor makes this plugin work with any type of input image.
If no image is currently open, the user is asked to load a predefined sample image.- Version:
- 2023/04/02
- See Also:
-
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
ConstructorsConstructorDescriptionConstructor, asks to open a predefined sample image if no other image is currently open. -
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
-
OutOfBoundsStrategy_Demo
public OutOfBoundsStrategy_Demo()Constructor, asks to open a predefined sample image if no other image is currently open.
-
-
Method Details
-
setup
- Specified by:
setupin interfacePlugInFilter
-
run
- Specified by:
runin interfacePlugInFilter
-