Uses of Interface
net.sourceforge.jiu.data.GrayIntegerImage
Packages that use GrayIntegerImage
Package
Description
-
Uses of GrayIntegerImage in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis with parameters of type GrayIntegerImageModifier and TypeMethodDescriptionprivate void
MeanDifference.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 GrayIntegerImageModifier and TypeMethodDescriptionprivate void
ClusteredDotDither.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 GrayIntegerImageModifier and TypeMethodDescriptionprivate void
ReduceShadesOfGray.process
(GrayIntegerImage in, int MASK, BilevelImage out) private void
ReduceShadesOfGray.process
(GrayIntegerImage in, GrayIntegerImage out) private void
ReduceToBilevelThreshold.process
(GrayIntegerImage in, BilevelImage out) private void
RGBToGrayConversion.process
(RGBIntegerImage in, GrayIntegerImage out) -
Uses of GrayIntegerImage in net.sourceforge.jiu.data
Subinterfaces of GrayIntegerImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterface
An interface for bilevel pixel image data classes.interface
Interface for grayscale images using integer samples that are sixteen bits large.interface
Interface for grayscale images using integer samples that are eight bits large.Classes in net.sourceforge.jiu.data that implement GrayIntegerImageModifier and TypeClassDescriptionclass
An implementation of theBilevelImage
interface that stores image data in abyte
array in memory.class
An implementation ofGray16Image
that keeps the complete image in memory.class
An implementation ofGray8Image
that keeps the complete image in memory.