Frames | No Frames |
Constructors with parameter type net.sourceforge.jiu.data.PixelImage | |
Creates an object of this class and sets the input image
to the argument value, output image to null . | |
Creates an object of this class and sets input image
and output image to the argument values. | |
Constructs a new ImagesToImageOperation and initializes
input images and output image to the arguments. |
Fields of type net.sourceforge.jiu.data.PixelImage | |
PixelImage | |
PixelImage | |
PixelImage |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
void | Adds an image to the end of the internal list of
input images. |
void | Sets the input image stored in this object to the argument. |
void | Sets the output image stored in this object to the argument. |
void | Sets the output image stored in this object to the argument. |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Returns the input image stored in this object. |
PixelImage | ImagesToImageOperation.getInputImage(int index) Returns the input image stored in this object. |
PixelImage | Returns the output image stored in this object. |
PixelImage | Returns the output image stored in this object. |
Fields of type net.sourceforge.jiu.data.PixelImage | |
PixelImage | |
PixelImage |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Static convenience method to convert an RGB image to a grayscale image. |
void | This method must be used to specify the mandatory input image. |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Static convenience method to convert an RGB image to a grayscale image. |
PixelImage | Returns the reduced output image if one was created in process() . |
Classes implementing net.sourceforge.jiu.data.PixelImage | |
class | An implementation of the BilevelImage interface that stores image
data in a byte array in memory. |
class | An implementation of ByteChannelImage that stores image channels as
byte[] arrays in memory. |
class | An implementation of Gray16Image that keeps the complete image in memory. |
class | An implementation of Gray8Image that keeps the complete image in memory. |
class | This class stores a paletted image with one byte per sample in memory. |
class | A class to store 24 bit RGB truecolor images in memory. |
class | A class to store 48 bit RGB truecolor images in memory. |
class | An implementation of ShortChannelImage that stores image channels as
short[] arrays in memory. |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | MemoryBilevelImage.createCompatibleImage(int width, int height) |
PixelImage | MemoryByteChannelImage.createCompatibleImage(int width, int height) |
PixelImage | MemoryGray16Image.createCompatibleImage(int width, int height) |
PixelImage | MemoryGray8Image.createCompatibleImage(int width, int height) |
PixelImage | MemoryPaletted8Image.createCompatibleImage(int width, int height) |
PixelImage | MemoryRGB24Image.createCompatibleImage(int width, int height) |
PixelImage | MemoryRGB48Image.createCompatibleImage(int width, int height) |
PixelImage | MemoryShortChannelImage.createCompatibleImage(int width, int height) Creates an instance of the same class as this one, with width and height
given by the arguments. |
PixelImage | PixelImage.createCompatibleImage(int width, int height) Creates an instance of the same class as this one, with width and height
given by the arguments. |
PixelImage | |
PixelImage | |
PixelImage | Creates an new image object that will be of the same type as this one,
with the same image data, using entirely new resources. |
PixelImage | Creates an new image object that will be of the same type as this one,
with the same image data, using entirely new resources. |
Fields of type net.sourceforge.jiu.data.PixelImage | |
PixelImage |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
void | |
void | Give an image to this codec to be used for loading an image into it
or saving the image. |
void | |
String | |
String | Attempts to suggest a filename extension. |
String | |
String | |
String | |
void |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Returns the image object stored in this codec. |
PixelImage | ImageLoader.load(File file) Attempts to load an image from a file. |
PixelImage | ImageLoader.load(File file, Vector listeners) Attempts to load an image from a file, notifying the
argument progress listeners. |
PixelImage | ImageLoader.load(String fileName) Load an image from a file given by its name. |
PixelImage | ImageLoader.load(String fileName, Vector listeners) Attempts to load an image from the file with the given name,
using the given list of progress listeners. |
PixelImage | Loads an image from given input stream in, regarding the compression
type. |
PixelImage | ImageLoader.loadToolkitImageUri(String uri) |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
void | |
void | |
void | |
void | |
void |
Classes implementing net.sourceforge.jiu.data.PixelImage | |
class | A bridge class to use java.awt.image.BufferedImage objects (class defined
in the standard runtime library, package java.awt.image ) as
RGB24Image objects within JIU. |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
BufferedImage | |
Image | Creates an instance of java.awt.Image from an instance of
RGB24Image . |
void | |
void |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | BufferedRGB24Image.createCompatibleImage(int width, int height) Creates an instance of the same class as this one, with width and height
given by the arguments. |
PixelImage | Creates an new image object that will be of the same type as this one,
with the same image data, using entirely new resources. |
PixelImage | ToolkitLoader.loadViaToolkitOrCodecs(String fileName) Attempts to load an image from a file given by its name,
using both the JIU codecs and the image loading functionality in
java.awt.Toolkit. |
PixelImage | ToolkitLoader.loadViaToolkitOrCodecs(String fileName, boolean preferToolkit, Vector progressListeners) Attempts to load an image from a file given by its name,
using both the JIU codecs and the image loading functionality in
java.awt.Toolkit. |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
PixelImage | This static helper method is more simple to use when all
you need are the standard options. |
PixelImage | This static helper method is more simple to use when all
you need are the standard options. |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | This static helper method is more simple to use when all
you need are the standard options. |
PixelImage | This static helper method is more simple to use when all
you need are the standard options. |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Helper method to return an inverted image from the argument image. |
void |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Helper method to return an inverted image from the argument image. |
Fields of type net.sourceforge.jiu.data.PixelImage | |
PixelImage | |
PixelImage |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
Double | Compute the mean difference between two images. |
void | Sets the two images for which the mean difference is to be
determined. |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
String |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Filters argument image with argument kernel type and returns output image. |
PixelImage |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | Filters argument image with argument kernel type and returns output image. |
PixelImage |
Fields of type net.sourceforge.jiu.data.PixelImage | |
PixelImage |
Methods with parameter type net.sourceforge.jiu.data.PixelImage | |
void | |
void | |
PixelImage | |
PixelImage | |
int[] | |
String | Returns a description of the argument image using the language
as specified by the argument locale's two-letter language code. |
int | |
PixelImage | |
void | Sets image and modified state to argument values. |
Methods with return type net.sourceforge.jiu.data.PixelImage | |
PixelImage | |
PixelImage | |
PixelImage | Returns the image object currently loaded. |
PixelImage |