com.sun.media.jai.opimage |
|
Java Source File Name | Type | Comment |
AbsoluteCRIF.java | Class | This image factory supports image operator AbsoluteOpImage
in the rendered and renderable image layers. |
AbsoluteOpImage.java | Class | An OpImage implementing the "Absolute" operation as
described in javax.media.jai.operator.AbsoluteDescriptor .
This OpImage takes the absolute value of the pixel
values of an image. |
AddCollectionCRIF.java | Class | A CRIF supporting the "AddCollection" operation
in the rendered and renderable image layers. |
AddCollectionOpImage.java | Class | An OpImage implementing the "AddCollection" operation. |
AddConstCRIF.java | Class | A CRIF supporting the "AddConst" operation in the rendered
and renderable image layers. |
AddConstOpImage.java | Class | An OpImage implementing the "AddConst" operation. |
AddConstToCollectionCIF.java | Class | A CIF supporting the "AddConstToCollection" operation. |
AddConstToCollectionOpImage.java | Class | An OpImage implementing the "AddConstToCollection" operation. |
AddCRIF.java | Class | A CRIF supporting the "Add" operation in the rendered
and renderable image layers. |
AddOpImage.java | Class | An OpImage implementing the "Add" operation as
described in javax.media.jai.operator.AddDescriptor .
This OpImage adds the pixel values of two source
images on a per-band basis. |
AffineBicubic2OpImage.java | Class | |
AffineBicubicOpImage.java | Class | |
AffineBilinearOpImage.java | Class | |
AffineCRIF.java | Class | |
AffineGeneralOpImage.java | Class | |
AffineNearestBinaryOpImage.java | Class | |
AffineNearestOpImage.java | Class | |
AffineOpImage.java | Class | An OpImage class to perform (possibly filtered) affine mapping between
a source and destination image. |
AndConstCRIF.java | Class | A CRIF supporting the "AndConst" operation in the rendered
and renderable image layers. |
AndConstOpImage.java | Class | An OpImage implementing the "AndConst" operation. |
AndCRIF.java | Class | A CRIF supporting the "And" operation in the
rendered and renderable image layers. |
AndOpImage.java | Class | An OpImage implementing the "And" operation as
described in javax.media.jai.operator.AndDescriptor .
This OpImage logically "ands" the pixel values of two source
images on a per-band basis. |
AWTImageOpImage.java | Class | An OpImage implementing the "AWTImage" operation as
described in javax.media.jai.operator.AWTImageDescriptor .
It takes a regular java.awt.Image and converts it into a
javax.media.jai.PlanarImage.
The layout of the PlanarImage may be specified using the
ImageLayout parameter at construction. |
AWTImageRIF.java | Class | A RIF supporting the "AWTImage" operation in the rendered
layer. |
BandCombineCRIF.java | Class | A CRIF supporting the "BandCombine" operation in the
rendered and renderable image layers. |
BandCombineOpImage.java | Class | An OpImage implementing the "BandCombine" operation.
This OpImage performs the arbitrary interband
linear combination of an image using the specified matrix. |
BandMergeCRIF.java | Class | A CRIF supporting the "BandMerge" operation in the
rendered and renderable image layers. |
BandMergeOpImage.java | Class | An OpImage implementing the "BandMerge" operation as
described in javax.media.jai.operator.BandMergeDescriptor .
This OpImage bandmerges the pixel values of two or
more source images.
The data type byte is treated as unsigned, with maximum
value as 255 and minimum value as 0.
There is no attempt to rescale binary images to the approapriate
gray levels, such as 255 or 0. |
BandSelectCRIF.java | Class | A CRIF supporting the "BandSelect" operation in the
rendered and renderable image layers. |
BandSelectOpImage.java | Class | An OpImage implementing the "BandSelect" operation. |
BinarizeCRIF.java | Class | A CRIF supporting the "Binarize" operation in the rendered
and renderable image layers. |
BinarizeOpImage.java | Class | An OpImage implementing the "Binarize" operation as
described in javax.media.jai.operator.BinarizeDescriptor .
This OpImage maps all the pixels of an image
whose value falls within a given range to a constant on a per-band basis.
Each of the lower bound, upper bound, and constant arrays may have only
one value in it. |
BMPRIF.java | Class | A RIF supporting the "BMP" operation in the
rendered image layer. |
BorderOpImage.java | Class | An OpImage implementing the "border" operation.
It adds a border around a source image. |
BorderRIF.java | Class | A RIF supporting the "border" operation in the
rendered image layer. |
BoxFilterRIF.java | Class | A RIF supporting the "BoxFilter" operation in the rendered
image layer. |
ClampCRIF.java | Class | A CRIF supporting the "Clamp" operation in the rendered
and renderable image layers. |
ClampOpImage.java | Class | An OpImage implementing the "Clamp" operation.
This OpImage maps all the pixel values of an image
that are less than a lower bound to that lower bound value, and all that
are greater than a upper bound to that upper bound value. |
CodecRIFUtil.java | Class | |
ColorConvertCRIF.java | Class | A CRIF supporting the "ColorConvert" operation in the rendered
and renderable image layers. |
ColorConvertOpImage.java | Class | An OpImage implementing the "ColorConvert" operation as
described in javax.media.jai.operator.ColorConvertDescriptor . |
ColorQuantizerOpImage.java | Class | An OpImage implementing the color quantization operation as
described in javax.media.jai.operator.ColorQuantizerDescriptor .
This OpImage generates an optimal lookup table from the
source RGB image. |
ColorQuantizerRIF.java | Class | Class implementing the RIF interface for the ColorQuantizer
operator. |
ComplexArithmeticOpImage.java | Class | An OpImage implementing complex multiplication and division
as described in
javax.media.jai.operator.MultiplyComplexDescriptor and
javax.media.jai.operator.DivideComplexDescriptor . |
CompositeCRIF.java | Class | A CRIF supporting the "Composite" operation in the
rendered and renderable image modes. |
CompositeNoDestAlphaOpImage.java | Class | An OpImage implementing the "Composite" operation as
described in javax.media.jai.operator.CompositeDescriptor .
This implementation handles the case where the destination image does
not include its result alpha channel.
For two source images source1 and source2 ,
this OpImage places the foreground source1
in front of the background source2 . |
CompositeOpImage.java | Class | An OpImage implementing the "Composite" operation as
described in javax.media.jai.operator.CompositeDescriptor .
For two source images src1 and src2 ,
this OpImage places the foreground src1
in front of the background src2 . |
ConjugateCRIF.java | Class | A CRIF supporting the "Conjugate" operation in the
rendered and renderable image layer. |
ConjugateOpImage.java | Class | An OpImage implementing the "conjugate" operation as
described in javax.media.jai.operator.ConjugateDescriptor . |
ConstantCRIF.java | Class | This image factory supports image operator ConstantOpImage
in the rendered and renderable image layers. |
ConstantOpImage.java | Class | An OpImage class to generate an image of constant color.
ConstantOpImage defines a constant PlanarImage. |
Convolve3x3OpImage.java | Class | An OpImage class to perform a 3x3 convolution on a source image.
This class implements a convolution operation. |
ConvolveOpImage.java | Class | An OpImage class to perform convolution on a source image.
This class implements a convolution operation. |
ConvolveRIF.java | Class | |
CopyOpImage.java | Class | An OpImage class that copies an image from source to dest. |
CropCRIF.java | Class | A CRIF supporting the "Crop" operation in the rendered
and renderable image layers. |
CropOpImage.java | Class | An OpImage to crop an image by a rectangular region.
Tiles that are completely inside or intersect the cropped region
(this image's bounds) are simply forwarded from the source. |
DCTCRIF.java | Class | A CRIF supporting the "DCT" operation in the rendered
image layer. |
DCTOpImage.java | Class | An OpImage implementing the forward and inverse even
discrete cosine transform (DCT) operations as described in
javax.media.jai.operator.DCTDescriptor and
javax.media.jai.operator.IDCTDescriptor .
The DCT operation is implemented using a one-dimensional fast cosine
transform (FCT) which is applied successively to the rows and the columns
of the image. |
DFTCRIF.java | Class | A CRIF supporting the "DFT" operation in the rendered
image layer. |
DFTOpImage.java | Class | An OpImage implementing the forward and inverse discrete
Fourier transform (DFT) operations as described in
javax.media.jai.operator.DFTDescriptor and
javax.media.jai.operator.IDFTDescriptor .
The DFT operation is implemented using a one-dimensional decimation
in time fast Fourier transform (FFT) which is applied successively to the
rows and the columns of the image. |
DilateBinaryOpImage.java | Class | An OpImage class to perform dilation on a source image.
Dilation for grey scale images can be charaterized by "slide, add and max",
while for binary images by "slide and set". |
DilateOpImage.java | Class | An OpImage class to perform dilation on a source image.
Dilation for grey scale images can be charaterized by "slide, add and max",
while for binary images by "slide and set". |
DilateRIF.java | Class | |
DivideByConstCRIF.java | Class | A CRIF supporting the "DivideByConst" operation in the rendered
and renderable image layers. |
DivideComplexCRIF.java | Class | A CRIF supporting the "DivideComplex" operation in the
rendered and renderable image layers. |
DivideCRIF.java | Class | A CRIF supporting the "Divide" operation in the rendered
and renderable image layers. |
DivideIntoConstCRIF.java | Class | A CRIF supporting the "DivideIntoConst" operation in
the rendered and renderable image layers. |
DivideIntoConstOpImage.java | Class | An OpImage implementing the "DivideIntoConst" operation. |
DivideOpImage.java | Class | An OpImage implementing the "Divide" operation as
described in javax.media.jai.operator.DivideDescriptor .
This OpImage divides the pixel values of the first source
image by the second source image pixels on a per-band basis. |
EncodeRIF.java | Class | |
ErodeBinaryOpImage.java | Class | An OpImage class to perform erosion on a source image.
This class implements an erosion operation.
Grey Scale Erosion
is a spatial operation that computes
each output sample by subtract elements of a kernel to the samples
surrounding a particular source sample with some care.
A mathematical expression is:
For a kernel K with a key position (xKey, yKey), the erosion
of image I at (x,y) is given by:
max{a: a + K(xKey+i, yKey+j) <= I(x+i,y+j): all (i,j) }
all possible (i,j) means that both I(x+i,y+j) and K(xKey+i, yKey+j)
are in bounds. |
ErodeOpImage.java | Class | An OpImage class to perform erosion on a source image.
This class implements an erosion operation.
Grey Scale Erosion
is a spatial operation that computes
each output sample by subtract elements of a kernel to the samples
surrounding a particular source sample with some care.
A mathematical expression is:
For a kernel K with a key position (xKey, yKey), the erosion
of image I at (x,y) is given by:
max{a: a + K(xKey+i, yKey+j) <= I(x+i,y+j): all (i,j) }
all possible (i,j) means that both I(x+i,y+j) and K(xKey+i, yKey+j)
are in bounds. |
ErodeRIF.java | Class | |
ErrorDiffusionOpImage.java | Class | An OpImage implementing the error diffusion operation as
described in javax.media.jai.operator.ErrorDiffusionDescriptor .
This OpImage performs dithering of its source image into
a single band image using a specified color map and error filter. |
ErrorDiffusionRIF.java | Class | A RIF supporting the "ErrorDiffusion" operation in the rendered
image layer. |
ExpCRIF.java | Class | This image factory supports image operator ExpOpImage
in the rendered and renderable image layers. |
ExpOpImage.java | Class | An OpImage implementing the "Exp" operation as
described in javax.media.jai.operator.ExpDescriptor .
The result is rounded to the closest integer for intergral data types.
This OpImage takes the natural exponential of the pixel
values of an image. |
ExtremaOpImage.java | Class | An OpImage implementing the "Extrema" operation as
described in javax.media.jai.operator.ExtremaDescriptor . |
ExtremaRIF.java | Class | A RIF supporting the "Extrema" operation in the
rendered image layer. |
FCT.java | Class | The Fast Cosine Transform (FCT) class. |
FFT.java | Class | The Fast Fourier Transform (FFT) class. |
FileLoadRIF.java | Class | |
FileStoreRIF.java | Class | |
FilterCRIF.java | Class | This CRIF implements rendering-independent filtering (blur/sharpen). |
FilteredSubsampleOpImage.java | Class | A class extending GeometricOpImage to
subsample and antialias filter images. |
FilteredSubsampleRIF.java | Class | Class implementing the RIF interface for the FilteredSubsample
operator. |
FormatCRIF.java | Class | A CRIF supporting the "Format" operation in the rendered
and renderable image layers. |
FPXRIF.java | Class | A RIF supporting the "FPX" operation in the
rendered image layer. |
GIFRIF.java | Class | A RIF supporting the "GIF" operation in the rendered
layer. |
GradientOpImage.java | Class | An OpImage class to perform Gradient operation on a source image. |
GradientRIF.java | Class | |
HistogramOpImage.java | Class | An OpImage implementing the "Histogram" operation as
described in javax.media.jai.operator.HistogramDescriptor . |
HistogramRIF.java | Class | A RIF supporting the "Histogram" operation in the
rendered image layer. |
IDCTCRIF.java | Class | A CRIF supporting the "IDCT" operation in the rendered
image layer. |
IDFTCRIF.java | Class | A CRIF supporting the "IDFT" operation in the rendered
image layer. |
IIPCRIF.java | Class | This CRIF implements the "iip" operation in the rendered and renderable
image layers.
In renderable mode this operation is designed to execute on the
server as many composed operations (those specified via parameters) as
the server's capability permits. |
IIPResolutionOpImage.java | Class | An OpImage class to generate an image from an IIP connection. |
IIPResolutionRIF.java | Class | A RIF supporting the "IIPResolution" operation in the
rendered image layer. |
ImageFunctionOpImage.java | Class | An OpImage class to generate an image from a functional description. |
ImageFunctionRIF.java | Class | A RIF supporting the "ImageFunction" operation in the rendered
image layer. |
InvertCRIF.java | Class | A CRIF supporting the "Invert" operation in the
rendered and renderable image layer. |
InvertOpImage.java | Class | An OpImage implementing the "Invert" operation as
described in javax.media.jai.operator.InvertDescriptor .
This OpImage negates the pixel values of the source
image on a per-band basis by subtracting the pixel values from the
maximum value of the respective data type. |
JaiI18N.java | Class | |
JPEGRIF.java | Class | |
LogCRIF.java | Class | This image factory supports image operator LogOpImage
in the rendered and renderable image layers. |
LogOpImage.java | Class | An OpImage implementing the "Log" operation as
described in javax.media.jai.operator.LogDescriptor .
This OpImage takes the natural logarithm of the pixel
values of an image. |
LookupCRIF.java | Class | A CRIF supporting the "Lookup" operation in the
rendered and renderable image layers.
Although Lookup is supported in the renderable layer, it is necessary
to understand that in some situations the operator may not produce smooth
results. |
LookupOpImage.java | Class | An OpImage implementing the "Lookup" operation.
This OpImage performs the general table lookup on
a source image by passing it through a lookup table. |
MagnitudeCRIF.java | Class | A CRIF supporting the "Magnitude" operation in the rendered
image layer. |
MagnitudePhaseOpImage.java | Class | An OpImage implementing magnitude, magnitude squared,
and phase operations as described in
javax.media.jai.operator.MagnitudeDescriptor ,
javax.media.jai.operator.MagnitudeSquaredDescriptor , and
javax.media.jai.operator.PhaseDescriptor
This implementation assumes that the number of bands in the source image
is at least two. |
MagnitudeSquaredCRIF.java | Class | A CRIF supporting the "MagnitudeSquared" operation in the
rendered image layer. |
MatchCDFCRIF.java | Class | A CRIF supporting the "MatchCDF" operation in the rendered
and renderable image layers. |
MaxCRIF.java | Class | A CRIF supporting the "Max" operation in the
rendered and renderable image layer. |
MaxFilterOpImage.java | Class | An abstract OpImage class that subclasses will use to perform
MaxFiltering with specific masks. |
MaxFilterPlusOpImage.java | Class | An OpImage class to perform max filtering on a source image. |
MaxFilterRIF.java | Class | |
MaxFilterSeparableOpImage.java | Class | An OpImage class to perform max filtering on a source image. |
MaxFilterSquareOpImage.java | Class | An OpImage class to perform max filtering on a source image. |
MaxFilterXOpImage.java | Class | An OpImage class to perform max filtering on a source image. |
MaxOpImage.java | Class | An OpImage implementing the "Max" operation as
described in javax.media.jai.operator.MaxDescriptor .
This OpImage chooses the maximum pixel values of the
two source images on a per-band basis. |
MeanOpImage.java | Class | An OpImage implementing the "Mean" operation as
described in javax.media.jai.operator.MeanDescriptor . |
MeanRIF.java | Class | A RIF supporting the "Mean" operation in the
rendered image layer. |
MedianCutOpImage.java | Class | An OpImage implementing the "ColorQuantizer" operation as
described in javax.media.jai.operator.ExtremaDescriptor
based on the median-cut algorithm. |
MedianFilterOpImage.java | Class | An abstract OpImage class that subclasses will use to perform
MedianFiltering with specific masks. |
MedianFilterPlusOpImage.java | Class | An OpImage class to perform median filtering on a source image. |
MedianFilterRIF.java | Class | |
MedianFilterSeparableOpImage.java | Class | An OpImage class to perform median filtering on a source image. |
MedianFilterSquareOpImage.java | Class | An OpImage class to perform median filtering on a source image. |
MedianFilterXOpImage.java | Class | An OpImage class to perform median filtering on a source image. |
MinCRIF.java | Class | A CRIF supporting the "Min" operation in the
rendered and renderable image layer. |
MinFilterOpImage.java | Class | An abstract OpImage class that subclasses will use to perform
MinFiltering with specific masks. |
MinFilterPlusOpImage.java | Class | An OpImage class to perform min filtering on a source image. |
MinFilterRIF.java | Class | |
MinFilterSeparableOpImage.java | Class | An OpImage class to perform min filtering on a source image. |
MinFilterSquareOpImage.java | Class | An OpImage class to perform min filtering on a source image. |
MinFilterXOpImage.java | Class | An OpImage class to perform min filtering on a source image. |
MinOpImage.java | Class | An OpImage implementing the "Min" operation as
described in javax.media.jai.operator.MinDescriptor .
This OpImage chooses the minimum pixel values of the
two source images on a per-band basis. |
MosaicOpImage.java | Class | |
MosaicRIF.java | Class | A RIF supporting the "Mosaic" operation in the rendered
image layer. |
MultiplyComplexCRIF.java | Class | A CRIF supporting the "MultiplyComplex" operation in the
rendered and renderable image layers. |
MultiplyConstCRIF.java | Class | A CRIF supporting the "MultiplyConst" operation in the rendered
and renderable image layers. |
MultiplyConstOpImage.java | Class | An OpImage implementing the "MultiplyConst" operation. |
MultiplyCRIF.java | Class | A CRIF supporting the "Multiply" operation in the
rendered and renderable image layers. |
MultiplyOpImage.java | Class | An OpImage implementing the "Multiply" operation as
described in javax.media.jai.operator.MultiplyDescriptor .
This OpImage multiplies the pixel values of two source
images on a per-band basis. |
NeuQuantOpImage.java | Class | An OpImage implementing the "ColorQuantizer" operation as
described in javax.media.jai.operator.ExtremaDescriptor
based on the median-cut algorithm.
This is based on a java-version of Anthony Dekker's implementation of
NeuQuant Neural-Net Quantization Algorithm
NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.
See "Kohonen neural networks for optimal colour quantization"
in "Network: Computation in Neural Systems" Vol. |
NotCRIF.java | Class | A CRIF supporting the "Not" operation in the
rendered and renderable image layers. |
NotOpImage.java | Class | An OpImage implementing the "Not" operation as
described in javax.media.jai.operator.NotDescriptor .
This OpImage performs a logical "not" operation on
the the pixel values of the source image on a per-band basis. |
OctTreeOpImage.java | Class | An OpImage implementing the "ColorQuantizer" operation as
described in javax.media.jai.operator.ExtremaDescriptor
based on the oct-tree algorithm.
An efficient color quantization algorithm, adapted from the C++
implementation quantize.c in ImageMagick. |
OrConstCRIF.java | Class | A CRIF supporting the "OrConst" operation in the rendered
and renderable image layers. |
OrConstOpImage.java | Class | An OpImage implementing the "OrConst" operation. |
OrCRIF.java | Class | A CRIF supporting the "Or" operation in the
rendered and renderable image layers. |
OrderedDitherOpImage.java | Class | An OpImage implementing the ordered dither operation as
described in javax.media.jai.operator.OrderedDitherDescriptor . |
OrderedDitherRIF.java | Class | A RIF supporting the "OrderedDither" operation in the rendered
image layer. |
OrOpImage.java | Class | An OpImage implementing the "Or" operation as
described in javax.media.jai.operator.OrDescriptor .
This OpImage logically "ors" the pixel values of two source
images on a per-band basis. |
OverlayCRIF.java | Class | A CRIF supporting the "Overlay" operation in the rendered
and renderable image layers. |
OverlayOpImage.java | Class | An OpImage implementing the "Overlay" operation.
This OpImage overlays one rendered image (source2)
on top of another (source1). |
PatternOpImage.java | Class | An OpImage class to generate a repeating pattern of pixels.
PatternOpImage defines an image consisting of a repeated
pattern. |
PatternRIF.java | Class | A RIF supporting the "Pattern" operation in the
rendered image layer. |
PeriodicShiftCRIF.java | Class | This image factory supports image operator PeriodicShiftOpImage
in the rendered and renderable image layers. |
PeriodicShiftOpImage.java | Class | The OpImage implementation of the "PeriodicShift" operation as described in
javax.media.jai.operator.PeriodicShiftDescriptor. |
PhaseCRIF.java | Class | A CRIF supporting the "Phase" operation in the rendered
image layer. |
PiecewiseCRIF.java | Class | A CRIF supporting the "Piecewise" operation in the rendered
and renderable image layers. |
PiecewiseOpImage.java | Class | An OpImage implementing the "Piecewise" operation.
The "Piecewise" operation maps the pixel values of an image using
a piecewise linear function represented by a set of breakpoints for each
band. |
PNGRIF.java | Class | |
PNMRIF.java | Class | A RIF supporting the "PNM" operation in the
rendered image layer. |
PointMapperOpImage.java | Class | A class which merely wraps another PlanarImage but
uses a supplied AffineTransform object for point mapping. |
PolarToComplexCRIF.java | Class | A CRIF supporting the "PolarToComplex" operation in the
rendered and renderable image layers. |
PolarToComplexOpImage.java | Class | An OpImage implementing the "PolarToComplex" operation
as described in
javax.media.jai.operator.PolarToComplexDescriptor .
The number of bands in the destination image is clamped to twice the
minimum number of bands across all source images. |
RenderableCRIF.java | Class | A CRIF supporting the "Renderable" operation in the
renderable image layers. |
RescaleCRIF.java | Class | A CRIF supporting the "Rescale" operation in the rendered
and renderable image layers. |
RescaleOpImage.java | Class | An OpImage implementing the "Rescale" operation.
The "Rescale" operation maps the pixel values of an image from
one range to another range by multiplying each pixel value by one
of a set of constants and then adding another constant to the
result of the multiplication. |
RIFUtil.java | Class | |
RotateCRIF.java | Class | |
ScaleBicubicOpImage.java | Class | An OpImage that performs bicubic interpolation scaling. |
ScaleBilinearBinaryOpImage.java | Class | An OpImage subclass that performs bilinear scaling
for binary images with a MultiPixelPackedSampleModel
and byte, short, or int DataBuffers. |
ScaleBilinearOpImage.java | Class | An OpImage that performs bilinear interpolation scaling. |
ScaleCRIF.java | Class | |
ScaleGeneralOpImage.java | Class | An OpImage that performs scaling using a general interpolation. |
ScaleNearestBinaryOpImage.java | Class | An OpImage subclass that performs nearest-neighbor scaling
for binary images with a MultiPixelPackedSampleModel
and byte, short, or int DataBuffers. |
ScaleNearestOpImage.java | Class | An OpImage subclass that performs nearest-neighbor scaling. |
SeparableConvolveOpImage.java | Class | An OpImage class to perform separable convolve on a source image. |
ShearRIF.java | Class | |
StreamRIF.java | Class | |
SubsampleAverageCRIF.java | Class | |
SubsampleAverageOpImage.java | Class | |
SubsampleBinaryToGray2x2OpImage.java | Class | A class extending GeometricOpImage to
subsample binary images to gray scale images. |
SubsampleBinaryToGray4x4OpImage.java | Class | A class extending GeometricOpImage to
subsample binary images to gray scale images. |
SubsampleBinaryToGrayCRIF.java | Class | |
SubsampleBinaryToGrayOpImage.java | Class | A class extending GeometricOpImage to
subsample binary images to gray scale images. |
SubtractConstCRIF.java | Class | A CRIF supporting the "SubtractConst" operation in the rendered
and renderable image layers. |
SubtractCRIF.java | Class | A CRIF supporting the "Subtract" operation in the rendered
and renderable image layers. |
SubtractFromConstCRIF.java | Class | A CRIF supporting the "SubtractFromConst" operation in
the rendered and renderable image layers. |
SubtractFromConstOpImage.java | Class | An OpImage implementing the "SubtractFromConst" operation. |
SubtractOpImage.java | Class | An OpImage implementing the "Subtract" operation as
described in javax.media.jai.operator.SubtractDescriptor .
This OpImage subtracts the pixel values of the second
source image from the first source images on a per-band basis. |
ThresholdCRIF.java | Class | A CRIF supporting the "Threshold" operation in the rendered
and renderable image layers. |
ThresholdOpImage.java | Class | An OpImage implementing the "Threshold" operation as
described in javax.media.jai.operator.ThresholdDescriptor .
This OpImage maps all the pixels of an image
whose value falls within a given range to a constant on a per-band basis.
Each of the lower bound, upper bound, and constant arrays may have only
one value in it. |
TIFFRIF.java | Class | |
TranslateCRIF.java | Class | This image factory supports image operator TranslateOpImage
in the rendered and renderable image layers. |
TranslateIntOpImage.java | Class | An OpImage to translate an image by in integral number of pixels. |
TransposeBinaryOpImage.java | Class | An OpImage class to perform a transpose (flip) of an image with a
single 1-bit channel, represented using a
MultiPixelPackedSampleModel and byte, short, or int DataBuffer. |
TransposeCRIF.java | Class | |
TransposeOpImage.java | Class | An OpImage class to perform transposition and 90 degree rotation
of an image. |
UnsharpMaskRIF.java | Class | |
URLRIF.java | Class | |
WarpBilinearOpImage.java | Class | An OpImage implementing the general "Warp" operation as
described in javax.media.jai.operator.WarpDescriptor . |
WarpGeneralOpImage.java | Class | An OpImage implementing the general "Warp" operation as
described in javax.media.jai.operator.WarpDescriptor . |
WarpNearestOpImage.java | Class | An OpImage implementing the general "Warp" operation as
described in javax.media.jai.operator.WarpDescriptor .
It supports the nearest-neighbor interpolation.
The layout for the destination image may be specified via the
ImageLayout parameter. |
WarpRIF.java | Class | A RIF supporting the "Warp" operation in the rendered
image layer. |
XorConstCRIF.java | Class | A CRIF supporting the "XorConst" operation in the rendered
and renderable image layers. |
XorConstOpImage.java | Class | An OpImage implementing the "XorConst" operation. |
XorCRIF.java | Class | A CRIF supporting the "Xor" operation in the
rendered and renderable image layers. |
XorOpImage.java | Class | An OpImage implementing the "Xor" operation as
described in javax.media.jai.operator.XorDescriptor .
This OpImage logically "xors" the pixel values of two source
images on a per-band basis. |