|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gray8Image | |
---|---|
net.sourceforge.jiu.color.analysis | Contains classes that analyze pixel or sample values and thus determine certain image properties |
net.sourceforge.jiu.data | Provides classes to store images and data directly related to them. |
net.sourceforge.jiu.gui.awt | Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit). |
Uses of Gray8Image in net.sourceforge.jiu.color.analysis |
---|
Methods in net.sourceforge.jiu.color.analysis with parameters of type Gray8Image | |
---|---|
static CoOccurrenceMatrix |
MatrixCreator.createCoOccurrenceMatrix(Gray8Image image)
|
Uses of Gray8Image in net.sourceforge.jiu.data |
---|
Classes in net.sourceforge.jiu.data that implement Gray8Image | |
---|---|
class |
MemoryGray8Image
An implementation of Gray8Image that keeps the complete image in memory. |
Uses of Gray8Image in net.sourceforge.jiu.gui.awt |
---|
Methods in net.sourceforge.jiu.gui.awt with parameters of type Gray8Image | |
---|---|
static Image |
ImageCreator.convertToAwtImage(Gray8Image image,
int alpha)
Creates an AWT Image object from a Gray8Image object and an alpha value. |
|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |