Uses of Interface net.sourceforge.jiu.data.IntegerImage

Uses in package net.sourceforge.jiu.color

Methods with parameter type net.sourceforge.jiu.data.IntegerImage

void

Uses in package net.sourceforge.jiu.ops

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)

Uses in package net.sourceforge.jiu.geometry

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

Uses in package net.sourceforge.jiu.filters

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.

Uses in package net.sourceforge.jiu.color.reduction

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

Uses in package net.sourceforge.jiu.gui.awt

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.

Uses in package net.sourceforge.jiu.color.analysis

Fields of type net.sourceforge.jiu.data.IntegerImage

IntegerImage
IntegerImage

Methods with parameter type net.sourceforge.jiu.data.IntegerImage

TextureAnalysis
TextureAnalysis.compute(IntegerImage image, int channelIndex)
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
Histogram1DCreator.count(IntegerImage image, int channelIndex)
Static convenience method to count the number of different samples in one of the channels of the argument image.
CoOccurrenceMatrix
void
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
Histogram1DCreator.setImage(IntegerImage newImage, int imageChannelIndex)
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.

Uses in package net.sourceforge.jiu.color.adjustment

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

Uses in package net.sourceforge.jiu.data

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.

Uses in package net.sourceforge.jiu.codecs

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