Package | Description |
---|---|
net.sourceforge.jiu.color.analysis |
Contains classes that analyze pixel or sample values and thus determine
certain image properties.
|
net.sourceforge.jiu.color.dithering |
Classes for conversion between color spaces.
|
net.sourceforge.jiu.color.reduction |
Classes to convert images to a
lowercolor type. |
net.sourceforge.jiu.data |
Provides classes to store images and data directly related to them.
|
Modifier and Type | Method and Description |
---|---|
private void |
MeanDifference.process(GrayIntegerImage image1,
GrayIntegerImage image2) |
Modifier and Type | Method and Description |
---|---|
private void |
ClusteredDotDither.process(GrayIntegerImage in,
BilevelImage out) |
Modifier and Type | Method and Description |
---|---|
private void |
ReduceToBilevelThreshold.process(GrayIntegerImage in,
BilevelImage out) |
private void |
ReduceShadesOfGray.process(GrayIntegerImage in,
GrayIntegerImage out) |
private void |
ReduceShadesOfGray.process(GrayIntegerImage in,
int MASK,
BilevelImage out) |
private void |
RGBToGrayConversion.process(RGBIntegerImage in,
GrayIntegerImage out) |
Modifier and Type | Interface and Description |
---|---|
interface |
BilevelImage
An interface for bilevel pixel image data classes.
|
interface |
Gray16Image
Interface for grayscale images using integer samples that are sixteen bits large.
|
interface |
Gray8Image
Interface for grayscale images using integer samples that are eight bits large.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryBilevelImage
An implementation of the
BilevelImage interface that stores image
data in a byte array in memory. |
class |
MemoryGray16Image
An implementation of
Gray16Image that keeps the complete image in memory. |
class |
MemoryGray8Image
An implementation of
Gray8Image that keeps the complete image in memory. |