Uses of Interface
net.sourceforge.jiu.data.GrayIntegerImage
-
Packages that use GrayIntegerImage Package Description net.sourceforge.jiu.color.analysis net.sourceforge.jiu.color.dithering net.sourceforge.jiu.color.reduction net.sourceforge.jiu.data -
-
Uses of GrayIntegerImage in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis with parameters of type GrayIntegerImage Modifier and Type Method Description private voidMeanDifference. process(GrayIntegerImage image1, GrayIntegerImage image2) -
Uses of GrayIntegerImage in net.sourceforge.jiu.color.dithering
Methods in net.sourceforge.jiu.color.dithering with parameters of type GrayIntegerImage Modifier and Type Method Description private voidClusteredDotDither. process(GrayIntegerImage in, BilevelImage out) -
Uses of GrayIntegerImage in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction with parameters of type GrayIntegerImage Modifier and Type Method Description private voidReduceShadesOfGray. process(GrayIntegerImage in, int MASK, BilevelImage out)private voidReduceShadesOfGray. process(GrayIntegerImage in, GrayIntegerImage out)private voidReduceToBilevelThreshold. process(GrayIntegerImage in, BilevelImage out)private voidRGBToGrayConversion. process(RGBIntegerImage in, GrayIntegerImage out) -
Uses of GrayIntegerImage in net.sourceforge.jiu.data
Subinterfaces of GrayIntegerImage in net.sourceforge.jiu.data Modifier and Type Interface Description interfaceBilevelImageAn interface for bilevel pixel image data classes.interfaceGray16ImageInterface for grayscale images using integer samples that are sixteen bits large.interfaceGray8ImageInterface for grayscale images using integer samples that are eight bits large.Classes in net.sourceforge.jiu.data that implement GrayIntegerImage Modifier and Type Class Description classMemoryBilevelImageAn implementation of theBilevelImageinterface that stores image data in abytearray in memory.classMemoryGray16ImageAn implementation ofGray16Imagethat keeps the complete image in memory.classMemoryGray8ImageAn implementation ofGray8Imagethat keeps the complete image in memory.
-