Uses of Class
net.sourceforge.jiu.ops.ImageToImageOperation
Packages that use ImageToImageOperation
Package
Description
-
Uses of ImageToImageOperation in net.sourceforge.jiu.color
Subclasses of ImageToImageOperation in net.sourceforge.jiu.color -
Uses of ImageToImageOperation in net.sourceforge.jiu.color.adjustment
Subclasses of ImageToImageOperation in net.sourceforge.jiu.color.adjustmentModifier and TypeClassDescriptionclass
Adjusts the brightness of an image.class
Adjusts the contrast of an image.class
Equalize the image using histogram information separately for each channel.class
Corrects the gamma of an image.class
Adjusts saturation and value of a color image, optionally hue as well.class
Normalize the image using histogram information, separately for each channel. -
Uses of ImageToImageOperation in net.sourceforge.jiu.color.dithering
Subclasses of ImageToImageOperation in net.sourceforge.jiu.color.ditheringModifier and TypeClassDescriptionclass
Apply a clustered dot ordered dither to a grayscale image, converting it to a bilevel image in the process.class
This class is used to apply error diffusion dithering to images that are being reduced in their color depth.class
This operation reduces the color depth of RGB truecolor images and grayscale images by applying ordered dithering. -
Uses of ImageToImageOperation in net.sourceforge.jiu.color.promotion
Subclasses of ImageToImageOperation in net.sourceforge.jiu.color.promotionModifier and TypeClassDescriptionclass
Converts BilevelImage and Gray8Image objects to Gray16Image objects.class
Converts BilevelImage objects to Gray8Image objects.class
class
Converts several image types to RGB.class
Converts several image types toRGB48Image
. -
Uses of ImageToImageOperation in net.sourceforge.jiu.color.quantization
Subclasses of ImageToImageOperation in net.sourceforge.jiu.color.quantizationModifier and TypeClassDescriptionclass
A color quantizer that maps anRGBImage
to any given palette.class
Performs the Median Cut color quantization algorithm in combination with a contour removal algorithm.class
Performs the Median Cut color quantization algorithm for a given list of colors.class
Performs the octree color quantization algorithm for a given RGB truecolor image.class
Performs the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.class
A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube. -
Uses of ImageToImageOperation in net.sourceforge.jiu.color.reduction
Subclasses of ImageToImageOperation in net.sourceforge.jiu.color.reductionModifier and TypeClassDescriptionclass
Reduces the color depth of RGB truecolor images.class
Reduces the number of shades of gray of a grayscale image.class
Reduces aGrayIntegerImage
to aBilevelImage
by setting all values below a certain threshold value to black and everything else to white.class
Converts RGB color images (both truecolor and paletted) to grayscale images. -
Uses of ImageToImageOperation in net.sourceforge.jiu.filters
Subclasses of ImageToImageOperation in net.sourceforge.jiu.filtersModifier and TypeClassDescriptionclass
Base class for operations that convert images to images and determine an output sample by doing calculations on the input sample at the same position plus some neighboring samples.class
Applies a convolution kernel filter to an image.class
Filter operation that replaces each sample by the maximum value of itself and its neighbor samples.class
Applies a mean filter that replaces each pixel by the mean of itself and its neighbors.class
Applies a Median filter that replaces each pixel by the median of itself and its neighbors.class
Filter operation that replaces each sample by the minimum value of itself and its neighbors.class
Applies a filter that makes the image look like an oil painting. -
Uses of ImageToImageOperation in net.sourceforge.jiu.geometry
Subclasses of ImageToImageOperation in net.sourceforge.jiu.geometryModifier and TypeClassDescriptionclass
Copies a rectangular area of one image to another image that is exactly as large as that rectangular area.class
Flips images (top row becomes bottom row and vice versa, and so on).class
Mirrors images (leftmost column becomes rightmost column and vice versa, and so on).class
Resizes grayscale and truecolor images using filters.class
Rotates images by 180 degrees.class
Rotates images by 90 degrees counter-clockwise (to the left).class
Rotates images by 90 degrees clockwise (to the right).class
Changes the pixel resolution of an image by replicating (or dropping) pixels.class
Shears an image by a given angle. -
Uses of ImageToImageOperation in net.sourceforge.jiu.gui.awt
Methods in net.sourceforge.jiu.gui.awt with parameters of type ImageToImageOperationModifier and TypeMethodDescriptionvoid
AwtOperationProcessor.process
(ImageToImageOperation op) This method can be called for ImageToImageOperation objects. -
Uses of ImageToImageOperation in net.sourceforge.jiu.ops
Subclasses of ImageToImageOperation in net.sourceforge.jiu.opsModifier and TypeClassDescriptionclass
An operation that replaces samples with values taken from a lookup table.