Package More_

Class OutOfBoundsStrategy_Demo

java.lang.Object
More_.OutOfBoundsStrategy_Demo
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class OutOfBoundsStrategy_Demo extends Object implements 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: