Class Draw_Test_Grid

java.lang.Object
Ch21_Geometric_Operations.Draw_Test_Grid
All Implemented Interfaces:
PlugIn, JavaDocHelp

public class Draw_Test_Grid extends Object implements PlugIn, JavaDocHelp

This ImageJ plugin draws a test grid in a new image. It uses anti-aliased drawing operations provided by imagingbook's ImageGraphics class. Used in [1] for testing geometric transformations (see Fig. 21.6) and interpolation methods (see Fig. 22.25).

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

Version:
2022/11/28
See Also: