Class Pixel_Interpolation_Demo

java.lang.Object
Ch22_Pixel_Interpolation.Pixel_Interpolation_Demo
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Pixel_Interpolation_Demo extends Object implements PlugInFilter, JavaDocHelp

This ImageJ plugin demonstrates the use of various pixel interpolation methods and out-of-bounds strategies. Sub-pixel translation is used as the geometric transformation (parameters can be specified). Note the use if the ImageAccessor class which gives uniform access to all types of images. See Ch. 22 of [1] for more details.

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

Version:
2022/11/28
See Also: