Package net.sourceforge.jiu.geometry
package net.sourceforge.jiu.geometry
-
ClassesClassDescriptionA Bell resample filter.A box filter (also known as nearest neighbor).A B-spline resample filter.Copies a rectangular area of one image to another image that is exactly as large as that rectangular area.Flips images (top row becomes bottom row and vice versa, and so on).A Hermite resampling filter.The Lanczos 3 resample filter.Mirrors images (leftmost column becomes rightmost column and vice versa, and so on).The Mitchell resample filter.Resizes grayscale and truecolor images using filters.Abstract base class for filters to be used with the
Resample
operation.Rotates images by 180 degrees.Rotates images by 90 degrees counter-clockwise (to the left).Rotates images by 90 degrees clockwise (to the right).Changes the pixel resolution of an image by replicating (or dropping) pixels.Shears an image by a given angle.A triangle filter (also known as linear or bilinear filter).