Uses of Interface
net.sourceforge.jiu.data.Gray16Image
Packages that use Gray16Image
Package
Description
-
Uses of Gray16Image in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs with parameters of type Gray16Image -
Uses of Gray16Image in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis with parameters of type Gray16ImageModifier and TypeMethodDescriptionstatic CoOccurrenceMatrixMatrixCreator.createCoOccurrenceMatrix(Gray16Image image) Create a co-occurrence matrix for a 16 bit grayscale image. -
Uses of Gray16Image in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type Gray16ImageModifier and TypeMethodDescriptionprivate voidPromotionGray16.process(BilevelImage in, Gray16Image out) private voidPromotionGray16.process(Gray8Image in, Gray16Image out) private voidPromotionRGB48.process(Gray16Image in, RGB48Image out) -
Uses of Gray16Image in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction with parameters of type Gray16ImageModifier and TypeMethodDescriptionprivate voidAutoDetectColorType.createGray8FromGray16(Gray16Image in) private booleanAutoDetectColorType.isGray16Gray8(Gray16Image in) -
Uses of Gray16Image in net.sourceforge.jiu.data
Classes in net.sourceforge.jiu.data that implement Gray16ImageModifier and TypeClassDescriptionclassAn implementation ofGray16Imagethat keeps the complete image in memory. -
Uses of Gray16Image in net.sourceforge.jiu.gui.awt
Methods in net.sourceforge.jiu.gui.awt with parameters of type Gray16ImageModifier and TypeMethodDescriptionstatic ImageImageCreator.convertToAwtImage(Gray16Image image, int alpha) Creates an AWT Image object from a Gray16Image object and an alpha value.