Frames | No Frames |
Classes implementing net.sourceforge.jiu.data.IntegerImage | |
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. |
Constructors with parameter type net.sourceforge.jiu.data.IntegerImage | |
BorderSampleGenerator.BorderSampleGenerator(IntegerImage integerImage, int areaWidth, int areaHeight) Initialize width and height of the area to be covered in every call to
fill(int,int,int[]) , also provides the image to be used for data copying. |
Fields of type net.sourceforge.jiu.data.IntegerImage | |
IntegerImage |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
void | ConvolutionKernelFilter.copyRow(IntegerImage srcImage, int srcChannelIndex, int rowIndex, int[] dest, int destOffset, int numBorderColumns) Copies row data from input image to buffer and replicates
samples at the left and right border. |
void | Applies the filter to one of the channels of an image. |
void | Applies the kernel to one of the channels of an image. |
void | |
void | |
void | |
void |
Methods with return type net.sourceforge.jiu.data.IntegerImage | |
IntegerImage | Returns the image from which data is copied. |
Classes implementing net.sourceforge.jiu.data.IntegerImage | |
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 parameter type net.sourceforge.jiu.data.IntegerImage | |
void | Set a new alpha channel image object. |
Methods with return type net.sourceforge.jiu.data.IntegerImage | |
IntegerImage | Returns an image object that contains an alpha channel. |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
void | |
void | |
void | |
void | This method does the actual work of rescaling an image. |
void | |
void | |
void | |
void | |
void |
Fields of type net.sourceforge.jiu.data.IntegerImage | |
IntegerImage |
Methods with return type net.sourceforge.jiu.data.IntegerImage | |
IntegerImage | PCDCodec.createImage(int width, int height) |
IntegerImage |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
void |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
void | |
void | LookupTableOperation.process(IntegerImage in, IntegerImage out, int CHANNEL_INDEX, int tableIndex, int processedItems, int TOTAL_ITEMS) |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
void | Creates a bilevel image from any grayscale (or RGB) image
that has been checked to be bilevel. |
void | |
boolean | |
boolean |
Fields of type net.sourceforge.jiu.data.IntegerImage | |
IntegerImage | |
IntegerImage |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
TextureAnalysis | For one channel of the argument image,
create a TextureAnalysis operation with all attributes
|
Integer | Static convenience method to count the number of different samples
in the first channel of the argument image. |
Integer | Static convenience method to count the number of colors in
any three channel IntegerImage object. |
Integer | Static convenience method to count the number of different samples
in one of the channels of the argument image. |
CoOccurrenceMatrix | |
void | MatrixCreator.initCoOccurrenceMatrix(IntegerImage image, int channelIndex, CoOccurrenceMatrix matrix) Initializes a co-occurrence matrix from the input image, using the direct
four neighbor pixels. |
void | Set the image for which the histogram is to be initialized. |
void | The image for which a histogram will be initialized. |
void | Set the image and the channel index for which the histogram is to be initialized. |
void | Histogram3DCreator.setImage(IntegerImage newImage, int channelIndex1, int channelIndex2, int channelIndex3) The image for which a histogram will be initialized. |
Constructors with parameter type net.sourceforge.jiu.data.IntegerImage | |
Creates an object of this class and initializes the lookup
tables with the argument input image. | |
Creates an object of this class and initializes the lookup
tables with the argument input image. |
Methods with parameter type net.sourceforge.jiu.data.IntegerImage | |
void | |
void |