Class Linear_Blending_Stack

java.lang.Object
Ch03_Point_Operations.Linear_Blending_Stack
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Linear_Blending_Stack extends Object implements PlugInFilter, JavaDocHelp

This plugin demonstrates linear (alpha) blending between two images, which are supplied as a ImageStack with exactly 2 frames. The first stack frame is taken as the foreground image, the second as the background image. Running the plugin inserts N > 0 (N is specified by the user) additional frames obtained by linearly blending the two input images with varying α values. See Sec. 3.8.5 (Prog. 3.5) of [1] for additional details. The input stack is modified.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/12/07