com.sun.media.jai.mlib |
|
Java Source File Name | Type | Comment |
FCTmediaLib.java | Class | The Fast Cosine Transform (FCT) class. |
FFTmediaLib.java | Class | The Fast Fourier Transform (FFT) class interface to mediaLib. |
JaiI18N.java | Class | |
MediaLibAccessor.java | Class | An adapter class for presenting image data in a mediaLibImage
format, even if the data isn't stored that way. |
MlibAbsoluteOpImage.java | Class | An OpImage that performs the Absolute operation on 1 image through mediaLib. |
MlibAbsoluteRIF.java | Class | A RIF supporting the "Absolute" operation in the
rendered image mode using MediaLib. |
MlibAddConstOpImage.java | Class | An OpImage class that copies an image from source to dest. |
MlibAddConstRIF.java | Class | A RIF supporting the "AddConst" operation in the
rendered image mode using MediaLib. |
MlibAddOpImage.java | Class | An OpImage that performs the Add operation on 2 images through mediaLib. |
MlibAddRIF.java | Class | A RIF supporting the "Add" operation in the
rendered image mode using MediaLib. |
MlibAffineBicubicOpImage.java | Class | An OpImage class to perform Bicubic AffineTransform
on a source image. |
MlibAffineBilinearOpImage.java | Class | An OpImage class to perform Bilinear AffineTransform
on a source image. |
MlibAffineNearestOpImage.java | Class | An OpImage class to perform Nearest-Neighbour AffineTransform
on a source image. |
MlibAffineOpImage.java | Class | An OpImage class to perform AffineTransform on a source image. |
MlibAffineRIF.java | Class | A RIF supporting the "Affine" operation in the
rendered image mode using MediaLib. |
MlibAffineTableOpImage.java | Class | An OpImage class to perform an Affine using interpolation coefficients
represented in a Table, on a source image. |
MlibAndConstOpImage.java | Class | A mediaLib implementation of "AndConst" operator. |
MlibAndConstRIF.java | Class | A RIF supporting the "AndConst" operation in the
rendered image mode using MediaLib. |
MlibAndOpImage.java | Class | An OpImage that performs the And operation on 2 images through mediaLib. |
MlibAndRIF.java | Class | A RIF supporting the "And" operation in the
rendered image mode using MediaLib. |
MlibBandCombineOpImage.java | Class | An OpImage class that performs a "BandCombine" operation for 3x3 images. |
MlibBandCombineRIF.java | Class | A RIF supporting the "BandCombine" operation in the
rendered image mode using MediaLib. |
MlibBandSelectOpImage.java | Class | An OpImage class that extracts (a) selected band(s) from an image. |
MlibBandSelectRIF.java | Class | A RIF supporting the "BandSelect" operation in the
rendered image mode using MediaLib. |
MlibBinarizeOpImage.java | Class | A mediaLib class extending PointOpImage to
binarize images to bileval images. |
MlibBinarizeRIF.java | Class | A RIF supporting the "Binarize" operation in the
rendered image mode using MediaLib. |
MlibBoxFilterRIF.java | Class | A RIF supporting the "BoxFilter" operation in the rendered
image layer. |
MlibClampOpImage.java | Class | An OpImage implementing the "Clamp" operation
using MediaLib. |
MlibClampRIF.java | Class | A RIF supporting the "Clamp" operation in the
rendered image mode using MediaLib. |
MlibCompositeOpImage.java | Class | An OpImage implementing the "Composite" operation
using MediaLib. |
MlibCompositeRIF.java | Class | A RIF supporting the "Composite" operation in the
rendered image mode using MediaLib. |
MlibConvolveNxNOpImage.java | Class | An OpImage class to perform convolution on a source image.
This class implements a convolution operation. |
MlibConvolveOpImage.java | Class | An OpImage class to perform convolution on a source image.
This class implements a convolution operation. |
MlibConvolveRIF.java | Class | A RIF supporting the "Convolve" operation in the
rendered image mode using MediaLib. |
MlibCopyOpImage.java | Class | An OpImage class that copies an image from source to dest. |
MlibDCTRIF.java | Class | A RIF supporting the "DCT" operation in the
rendered image mode using MediaLib. |
MlibDFTOpImage.java | Class | An OpImage class that performs a "DFT" and "IDFT" operations. |
MlibDFTRIF.java | Class | A RIF supporting the "DFT" operation in the
rendered image mode using MediaLib. |
MlibDilate3PlusOpImage.java | Class | An OpImage class to perform dilation on a source image
for the specific case when the kernel is a 3x3 plus shape
with the key position in the middle,
using mediaLib, of course :-). |
MlibDilate3SquareOpImage.java | Class | An OpImage class to perform dilation on a source image
for the specific case when the kernel is a 3x3 square shape -
with all 1s for binary and 0s for gray image and
the key position in the middle,
using mediaLib, of course :-). |
MlibDilateRIF.java | Class | A RIF supporting the "Dilate" operation in the
rendered image mode using MediaLib. |
MlibDivideByConstRIF.java | Class | A RIF supporting the "DivideByConst" operation in the
rendered image mode using MediaLib. |
MlibDivideIntoConstOpImage.java | Class | |
MlibDivideIntoConstRIF.java | Class | A RIF supporting the "DivideIntoConst" operation in the
rendered image mode using MediaLib. |
MlibDivideOpImage.java | Class | An OpImage that performs the Divide operation on 2 images through mediaLib. |
MlibDivideRIF.java | Class | A RIF supporting the "Divide" operation in the
rendered image mode using MediaLib. |
MlibErode3PlusOpImage.java | Class | An OpImage class to perform erosion on a source image
for the specific case when the kernel is a 3x3 plus shape
with the key position in the middle,
using mediaLib, of course :-). |
MlibErode3SquareOpImage.java | Class | An OpImage class to perform erosion on a source image
for the specific case when the kernel is a 3x3 square shape -
with all 1s for binary and 0s for gray image and
the key position in the middle,
using mediaLib, of course :-). |
MlibErodeRIF.java | Class | A RIF supporting the "Erode" operation in the
rendered image mode using MediaLib. |
MlibErrorDiffusionOpImage.java | Class | An OpImage class that performs an "ErrorDiffusion" operation. |
MlibErrorDiffusionRIF.java | Class | A RIF supporting the "ErrorDiffusion" operation in the
rendered image mode using mediaLib. |
MlibExpOpImage.java | Class | |
MlibExpRIF.java | Class | A RIF supporting the "Exp" operation in the
rendered image mode using MediaLib. |
MlibExtremaOpImage.java | Class | An OpImage that performs the Extrema operation on an image through mediaLib. |
MlibExtremaRIF.java | Class | A RIF supporting the "Extrema" operation in the
rendered image mode using MediaLib. |
MlibFilteredSubsampleOpImage.java | Class | A class extending FilteredSubsampleOpImage to
subsample and antialias filter images using medialib. |
MlibFilteredSubsampleRIF.java | Class | Class implementing the RIF interface for the MlibFilteredSubsample
operator. |
MlibGradientOpImage.java | Class | An OpImage class to perform Gradient operation on a source image. |
MlibGradientRIF.java | Class | A RIF supporting the "Gradient" operation in the
rendered image mode using MediaLib. |
MlibHistogramOpImage.java | Class | An OpImage implementing the "Histogram" operation as
described in javax.media.jai.operator.HistogramDescriptor . |
MlibHistogramRIF.java | Class | A RIF supporting the "Histogram" operation in the
rendered image layer. |
MlibIDCTRIF.java | Class | A RIF supporting the "IDCT" operation in the
rendered image mode using MediaLib. |
MlibIDFTRIF.java | Class | A RIF supporting the "IDFT" operation in the
rendered image mode using MediaLib. |
MlibInvertOpImage.java | Class | An OpImage implementing the "Invert" operation
using MediaLib. |
MlibInvertRIF.java | Class | A RIF supporting the "Invert" operation in the
rendered image mode using MediaLib. |
MlibLogOpImage.java | Class | |
MlibLogRIF.java | Class | A RIF supporting the "Log" operation in the
rendered image mode using MediaLib. |
MlibLookupOpImage.java | Class | |
MlibLookupRIF.java | Class | A RIF supporting the "Lookup" operation in the
rendered image mode using MediaLib. |
MlibMaxFilterOpImage.java | Class | An OpImage class that subclasses will use to perform
MaxFiltering with specific masks. |
MlibMaxFilterRIF.java | Class | |
MlibMaxOpImage.java | Class | An OpImage implementing the "Max" operation
using MediaLib. |
MlibMaxRIF.java | Class | A RIF supporting the "Max" operation in the
rendered image mode using MediaLib. |
MlibMeanOpImage.java | Class | An OpImage that performs the Mean operation on an image through mediaLib. |
MlibMeanRIF.java | Class | A RIF supporting the "Mean" operation in the
rendered image mode using MediaLib. |
MlibMedianFilterOpImage.java | Class | An OpImage class that subclasses will use to perform
MedianFiltering with specific masks. |
MlibMedianFilterRIF.java | Class | |
MlibMinFilterOpImage.java | Class | An OpImage class that subclasses will use to perform
MinFiltering with specific masks. |
MlibMinFilterRIF.java | Class | |
MlibMinOpImage.java | Class | An OpImage implementing the "Min" operation
using MediaLib. |
MlibMinRIF.java | Class | A RIF supporting the "Min" operation in the
rendered image mode using MediaLib. |
MlibMosaicOpImage.java | Class | |
MlibMosaicRIF.java | Class | A RIF supporting the "Mosaic" operation in the rendered
image layer. |
MlibMultiplyConstOpImage.java | Class | |
MlibMultiplyConstRIF.java | Class | A RIF supporting the "MultiplyConst" operation in the
rendered image mode using MediaLib. |
MlibMultiplyOpImage.java | Class | An OpImage that performs the Multiply operation on two images through
mediaLib. |
MlibMultiplyRIF.java | Class | A RIF supporting the "Multiply" operation in the
rendered image mode using MediaLib. |
MlibNotOpImage.java | Class | An OpImage that performs the Not operation on 2 images through mediaLib. |
MlibNotRIF.java | Class | A RIF supporting the "Not" operation in the
rendered image mode using MediaLib. |
MlibOrConstOpImage.java | Class | A mediaLib implementation of "OrConst" operator. |
MlibOrConstRIF.java | Class | A RIF supporting the "OrConst" operation in the
rendered image mode using MediaLib. |
MlibOrderedDitherOpImage.java | Class | An OpImage that performs the OrderedDither operation on 1 image
through mediaLib. |
MlibOrderedDitherRIF.java | Class | A RIF supporting the "OrderedDither" operation in the
rendered image mode using mediaLib. |
MlibOrOpImage.java | Class | An OpImage that performs the Or operation on 2 images through mediaLib. |
MlibOrRIF.java | Class | A RIF supporting the "Or" operation in the
rendered image mode using MediaLib. |
MlibRescaleOpImage.java | Class | An OpImage class that multiplies pixels in an
image by a constant, then adds an offset. |
MlibRescaleRIF.java | Class | A RIF supporting the "Rescale" operation in the
rendered image mode using MediaLib. |
MlibRotateRIF.java | Class | A RIF supporting the "Rotate" operation in the
rendered image mode using MediaLib. |
MlibScaleBicubicOpImage.java | Class | An OpImage class that scales an image using bicubic interpolation. |
MlibScaleBilinearOpImage.java | Class | An OpImage class that scales an image using bilinear interpolation. |
MlibScaleNearestOpImage.java | Class | An OpImage class that scales an image using nearest-neighbor
interpolation. |
MlibScaleOpImage.java | Class | MlibScaleOpImage extends ScaleOpImage for use by further extension
classes. |
MlibScaleRIF.java | Class | A RIF supporting the "Scale" operation in the
rendered image mode using MediaLib. |
MlibScaleTableOpImage.java | Class | An OpImage class that scales an image using interpolation coefficients
specified in a table format. |
MlibSeparableConvolveOpImage.java | Class | An OpImage class to perform convolution on a source image.
This class implements a convolution operation. |
MlibShearRIF.java | Class | A RIF supporting the "Shear" operation in the
rendered image mode using MediaLib. |
MlibSobelOpImage.java | Class | An OpImage class to perform Sobel (Gradient) on a source image. |
MlibSubsampleAverageOpImage.java | Class | |
MlibSubsampleAverageRIF.java | Class | A RIF supporting the "SubsampleAverage" operation in the
rendered image mode using MediaLib. |
MlibSubsampleBinaryToGrayOpImage.java | Class | A mediaLib class extending GeometricOpImage to
subsample binary images to gray scale images. |
MlibSubsampleBinaryToGrayRIF.java | Class | A RIF supporting the "SubsampleBinaryToGray" operation in the
rendered image mode using MediaLib. |
MlibSubtractConstRIF.java | Class | A RIF supporting the "SubtractConst" operation in the
rendered image mode using MediaLib. |
MlibSubtractFromConstOpImage.java | Class | A mediaLib implementation of "SubtractFromConst" operator. |
MlibSubtractFromConstRIF.java | Class | A RIF supporting the "SubtractFromConst" operation in the
rendered image mode using MediaLib. |
MlibSubtractOpImage.java | Class | An OpImage that performs the Subtract operation on 2 images through mediaLib. |
MlibSubtractRIF.java | Class | A RIF supporting the "Subtract" operation in the
rendered image mode using MediaLib. |
MlibThresholdOpImage.java | Class | An OpImage implementing the "Threshold" operation
using MediaLib. |
MlibThresholdRIF.java | Class | A RIF supporting the "Threshold" operation in the
rendered image mode using MediaLib. |
MlibTranslateRIF.java | Class | A RIF supporting the "Translate" operation in the
rendered image mode using MediaLib. |
MlibTransposeOpImage.java | Class | An OpImage class to perform a transpose (flip) of an image. |
MlibTransposeRIF.java | Class | A RIF supporting the "Transpose" operation in the
rendered image mode using MediaLib. |
MlibUnsharpMaskRIF.java | Class | A RIF supporting the "Convolve" operation in the
rendered image mode using MediaLib. |
MlibUtils.java | Class | |
MlibWarpGridOpImage.java | Class | An OpImage implementing the Grid "Warp" operation
using mediaLib.
With warp operations, there is no forward mapping (from source to
destination). |
MlibWarpGridTableOpImage.java | Class | An OpImage implementing the Grid "Warp" operation
using mediaLib for the case of InterpolationTable.
With warp operations, there is no forward mapping (from source to
destination). |
MlibWarpPolynomialOpImage.java | Class | An OpImage implementing the polynomial "Warp" operation
using MediaLib.
With warp operations, there is no forward mapping (from source to
destination). |
MlibWarpPolynomialTableOpImage.java | Class | An OpImage implementing the polynomial "Warp" operation
using MediaLib.
With warp operations, there is no forward mapping (from source to
destination). |
MlibWarpRIF.java | Class | A RIF supporting the "Warp" operation in the
rendered image mode using MediaLib. |
MlibXorConstOpImage.java | Class | A mediaLib implementation of "XorConst" operator. |
MlibXorConstRIF.java | Class | A RIF supporting the "XorConst" operation in the
rendered image mode using MediaLib. |
MlibXorOpImage.java | Class | An OpImage that performs the Xor operation on 2 images through mediaLib. |
MlibXorRIF.java | Class | A RIF supporting the "Xor" operation in the
rendered image mode using MediaLib. |