com.sun.media.jai.opimage

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » Java Advanced Imaging » com.sun.media.jai.opimage 
com.sun.media.jai.opimage
Java Source File NameTypeComment
AbsoluteCRIF.javaClass This image factory supports image operator AbsoluteOpImage in the rendered and renderable image layers.
AbsoluteOpImage.javaClass 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.javaClass A CRIF supporting the "AddCollection" operation in the rendered and renderable image layers.
AddCollectionOpImage.javaClass An OpImage implementing the "AddCollection" operation.
AddConstCRIF.javaClass A CRIF supporting the "AddConst" operation in the rendered and renderable image layers.
AddConstOpImage.javaClass An OpImage implementing the "AddConst" operation.
AddConstToCollectionCIF.javaClass A CIF supporting the "AddConstToCollection" operation.
AddConstToCollectionOpImage.javaClass An OpImage implementing the "AddConstToCollection" operation.
AddCRIF.javaClass A CRIF supporting the "Add" operation in the rendered and renderable image layers.
AddOpImage.javaClass 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.javaClass
AffineBicubicOpImage.javaClass
AffineBilinearOpImage.javaClass
AffineCRIF.javaClass
AffineGeneralOpImage.javaClass
AffineNearestBinaryOpImage.javaClass
AffineNearestOpImage.javaClass
AffineOpImage.javaClass An OpImage class to perform (possibly filtered) affine mapping between a source and destination image.
AndConstCRIF.javaClass A CRIF supporting the "AndConst" operation in the rendered and renderable image layers.
AndConstOpImage.javaClass An OpImage implementing the "AndConst" operation.
AndCRIF.javaClass A CRIF supporting the "And" operation in the rendered and renderable image layers.
AndOpImage.javaClass 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.javaClass 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.javaClass A RIF supporting the "AWTImage" operation in the rendered layer.
BandCombineCRIF.javaClass A CRIF supporting the "BandCombine" operation in the rendered and renderable image layers.
BandCombineOpImage.javaClass An OpImage implementing the "BandCombine" operation.

This OpImage performs the arbitrary interband linear combination of an image using the specified matrix.

BandMergeCRIF.javaClass A CRIF supporting the "BandMerge" operation in the rendered and renderable image layers.
BandMergeOpImage.javaClass 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.javaClass A CRIF supporting the "BandSelect" operation in the rendered and renderable image layers.
BandSelectOpImage.javaClass An OpImage implementing the "BandSelect" operation.
BinarizeCRIF.javaClass A CRIF supporting the "Binarize" operation in the rendered and renderable image layers.
BinarizeOpImage.javaClass 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.javaClass A RIF supporting the "BMP" operation in the rendered image layer.
BorderOpImage.javaClass An OpImage implementing the "border" operation.

It adds a border around a source image.

BorderRIF.javaClass A RIF supporting the "border" operation in the rendered image layer.
BoxFilterRIF.javaClass A RIF supporting the "BoxFilter" operation in the rendered image layer.
ClampCRIF.javaClass A CRIF supporting the "Clamp" operation in the rendered and renderable image layers.
ClampOpImage.javaClass 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.javaClass
ColorConvertCRIF.javaClass A CRIF supporting the "ColorConvert" operation in the rendered and renderable image layers.
ColorConvertOpImage.javaClass An OpImage implementing the "ColorConvert" operation as described in javax.media.jai.operator.ColorConvertDescriptor.
ColorQuantizerOpImage.javaClass 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.javaClass

Class implementing the RIF interface for the ColorQuantizer operator.

ComplexArithmeticOpImage.javaClass An OpImage implementing complex multiplication and division as described in javax.media.jai.operator.MultiplyComplexDescriptor and javax.media.jai.operator.DivideComplexDescriptor.
CompositeCRIF.javaClass A CRIF supporting the "Composite" operation in the rendered and renderable image modes.
CompositeNoDestAlphaOpImage.javaClass 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.javaClass 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.javaClass A CRIF supporting the "Conjugate" operation in the rendered and renderable image layer.
ConjugateOpImage.javaClass An OpImage implementing the "conjugate" operation as described in javax.media.jai.operator.ConjugateDescriptor.
ConstantCRIF.javaClass This image factory supports image operator ConstantOpImage in the rendered and renderable image layers.
ConstantOpImage.javaClass An OpImage class to generate an image of constant color.

ConstantOpImage defines a constant PlanarImage.

Convolve3x3OpImage.javaClass An OpImage class to perform a 3x3 convolution on a source image.

This class implements a convolution operation.

ConvolveOpImage.javaClass An OpImage class to perform convolution on a source image.

This class implements a convolution operation.

ConvolveRIF.javaClass
CopyOpImage.javaClass An OpImage class that copies an image from source to dest.
CropCRIF.javaClass A CRIF supporting the "Crop" operation in the rendered and renderable image layers.
CropOpImage.javaClass 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.javaClass A CRIF supporting the "DCT" operation in the rendered image layer.
DCTOpImage.javaClass 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.javaClass A CRIF supporting the "DFT" operation in the rendered image layer.
DFTOpImage.javaClass 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.javaClass 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.javaClass 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.javaClass
DivideByConstCRIF.javaClass A CRIF supporting the "DivideByConst" operation in the rendered and renderable image layers.
DivideComplexCRIF.javaClass A CRIF supporting the "DivideComplex" operation in the rendered and renderable image layers.
DivideCRIF.javaClass A CRIF supporting the "Divide" operation in the rendered and renderable image layers.
DivideIntoConstCRIF.javaClass A CRIF supporting the "DivideIntoConst" operation in the rendered and renderable image layers.
DivideIntoConstOpImage.javaClass An OpImage implementing the "DivideIntoConst" operation.
DivideOpImage.javaClass 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.javaClass
ErodeBinaryOpImage.javaClass 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.javaClass 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.javaClass
ErrorDiffusionOpImage.javaClass 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.javaClass A RIF supporting the "ErrorDiffusion" operation in the rendered image layer.
ExpCRIF.javaClass This image factory supports image operator ExpOpImage in the rendered and renderable image layers.
ExpOpImage.javaClass 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.javaClass An OpImage implementing the "Extrema" operation as described in javax.media.jai.operator.ExtremaDescriptor.
ExtremaRIF.javaClass A RIF supporting the "Extrema" operation in the rendered image layer.
FCT.javaClass The Fast Cosine Transform (FCT) class.
FFT.javaClass The Fast Fourier Transform (FFT) class.
FileLoadRIF.javaClass
FileStoreRIF.javaClass
FilterCRIF.javaClass This CRIF implements rendering-independent filtering (blur/sharpen).
FilteredSubsampleOpImage.javaClass

A class extending GeometricOpImage to subsample and antialias filter images.

FilteredSubsampleRIF.javaClass

Class implementing the RIF interface for the FilteredSubsample operator.

FormatCRIF.javaClass A CRIF supporting the "Format" operation in the rendered and renderable image layers.
FPXRIF.javaClass A RIF supporting the "FPX" operation in the rendered image layer.
GIFRIF.javaClass A RIF supporting the "GIF" operation in the rendered layer.
GradientOpImage.javaClass An OpImage class to perform Gradient operation on a source image.
GradientRIF.javaClass
HistogramOpImage.javaClass An OpImage implementing the "Histogram" operation as described in javax.media.jai.operator.HistogramDescriptor.
HistogramRIF.javaClass A RIF supporting the "Histogram" operation in the rendered image layer.
IDCTCRIF.javaClass A CRIF supporting the "IDCT" operation in the rendered image layer.
IDFTCRIF.javaClass A CRIF supporting the "IDFT" operation in the rendered image layer.
IIPCRIF.javaClass 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.javaClass An OpImage class to generate an image from an IIP connection.
IIPResolutionRIF.javaClass A RIF supporting the "IIPResolution" operation in the rendered image layer.
ImageFunctionOpImage.javaClass An OpImage class to generate an image from a functional description.
ImageFunctionRIF.javaClass A RIF supporting the "ImageFunction" operation in the rendered image layer.
InvertCRIF.javaClass A CRIF supporting the "Invert" operation in the rendered and renderable image layer.
InvertOpImage.javaClass 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.javaClass
JPEGRIF.javaClass
LogCRIF.javaClass This image factory supports image operator LogOpImage in the rendered and renderable image layers.
LogOpImage.javaClass 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.javaClass 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.javaClass 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.javaClass A CRIF supporting the "Magnitude" operation in the rendered image layer.
MagnitudePhaseOpImage.javaClass 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.javaClass A CRIF supporting the "MagnitudeSquared" operation in the rendered image layer.
MatchCDFCRIF.javaClass A CRIF supporting the "MatchCDF" operation in the rendered and renderable image layers.
MaxCRIF.javaClass A CRIF supporting the "Max" operation in the rendered and renderable image layer.
MaxFilterOpImage.javaClass An abstract OpImage class that subclasses will use to perform MaxFiltering with specific masks.
MaxFilterPlusOpImage.javaClass An OpImage class to perform max filtering on a source image.
MaxFilterRIF.javaClass
MaxFilterSeparableOpImage.javaClass An OpImage class to perform max filtering on a source image.
MaxFilterSquareOpImage.javaClass An OpImage class to perform max filtering on a source image.
MaxFilterXOpImage.javaClass An OpImage class to perform max filtering on a source image.
MaxOpImage.javaClass 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.javaClass An OpImage implementing the "Mean" operation as described in javax.media.jai.operator.MeanDescriptor.
MeanRIF.javaClass A RIF supporting the "Mean" operation in the rendered image layer.
MedianCutOpImage.javaClass An OpImage implementing the "ColorQuantizer" operation as described in javax.media.jai.operator.ExtremaDescriptor based on the median-cut algorithm.
MedianFilterOpImage.javaClass An abstract OpImage class that subclasses will use to perform MedianFiltering with specific masks.
MedianFilterPlusOpImage.javaClass An OpImage class to perform median filtering on a source image.
MedianFilterRIF.javaClass
MedianFilterSeparableOpImage.javaClass An OpImage class to perform median filtering on a source image.
MedianFilterSquareOpImage.javaClass An OpImage class to perform median filtering on a source image.
MedianFilterXOpImage.javaClass An OpImage class to perform median filtering on a source image.
MinCRIF.javaClass A CRIF supporting the "Min" operation in the rendered and renderable image layer.
MinFilterOpImage.javaClass An abstract OpImage class that subclasses will use to perform MinFiltering with specific masks.
MinFilterPlusOpImage.javaClass An OpImage class to perform min filtering on a source image.
MinFilterRIF.javaClass
MinFilterSeparableOpImage.javaClass An OpImage class to perform min filtering on a source image.
MinFilterSquareOpImage.javaClass An OpImage class to perform min filtering on a source image.
MinFilterXOpImage.javaClass An OpImage class to perform min filtering on a source image.
MinOpImage.javaClass 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.javaClass
MosaicRIF.javaClass A RIF supporting the "Mosaic" operation in the rendered image layer.
MultiplyComplexCRIF.javaClass A CRIF supporting the "MultiplyComplex" operation in the rendered and renderable image layers.
MultiplyConstCRIF.javaClass A CRIF supporting the "MultiplyConst" operation in the rendered and renderable image layers.
MultiplyConstOpImage.javaClass An OpImage implementing the "MultiplyConst" operation.
MultiplyCRIF.javaClass A CRIF supporting the "Multiply" operation in the rendered and renderable image layers.
MultiplyOpImage.javaClass 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.javaClass 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.javaClass A CRIF supporting the "Not" operation in the rendered and renderable image layers.
NotOpImage.javaClass 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.javaClass 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.javaClass A CRIF supporting the "OrConst" operation in the rendered and renderable image layers.
OrConstOpImage.javaClass An OpImage implementing the "OrConst" operation.
OrCRIF.javaClass A CRIF supporting the "Or" operation in the rendered and renderable image layers.
OrderedDitherOpImage.javaClass An OpImage implementing the ordered dither operation as described in javax.media.jai.operator.OrderedDitherDescriptor.
OrderedDitherRIF.javaClass A RIF supporting the "OrderedDither" operation in the rendered image layer.
OrOpImage.javaClass 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.javaClass A CRIF supporting the "Overlay" operation in the rendered and renderable image layers.
OverlayOpImage.javaClass An OpImage implementing the "Overlay" operation.

This OpImage overlays one rendered image (source2) on top of another (source1).

PatternOpImage.javaClass An OpImage class to generate a repeating pattern of pixels.

PatternOpImage defines an image consisting of a repeated pattern.

PatternRIF.javaClass A RIF supporting the "Pattern" operation in the rendered image layer.
PeriodicShiftCRIF.javaClass This image factory supports image operator PeriodicShiftOpImage in the rendered and renderable image layers.
PeriodicShiftOpImage.javaClass The OpImage implementation of the "PeriodicShift" operation as described in javax.media.jai.operator.PeriodicShiftDescriptor.
PhaseCRIF.javaClass A CRIF supporting the "Phase" operation in the rendered image layer.
PiecewiseCRIF.javaClass A CRIF supporting the "Piecewise" operation in the rendered and renderable image layers.
PiecewiseOpImage.javaClass 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.javaClass
PNMRIF.javaClass A RIF supporting the "PNM" operation in the rendered image layer.
PointMapperOpImage.javaClass A class which merely wraps another PlanarImage but uses a supplied AffineTransform object for point mapping.
PolarToComplexCRIF.javaClass A CRIF supporting the "PolarToComplex" operation in the rendered and renderable image layers.
PolarToComplexOpImage.javaClass 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.javaClass A CRIF supporting the "Renderable" operation in the renderable image layers.
RescaleCRIF.javaClass A CRIF supporting the "Rescale" operation in the rendered and renderable image layers.
RescaleOpImage.javaClass 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.javaClass
RotateCRIF.javaClass
ScaleBicubicOpImage.javaClass An OpImage that performs bicubic interpolation scaling.
ScaleBilinearBinaryOpImage.javaClass An OpImage subclass that performs bilinear scaling for binary images with a MultiPixelPackedSampleModel and byte, short, or int DataBuffers.
ScaleBilinearOpImage.javaClass An OpImage that performs bilinear interpolation scaling.
ScaleCRIF.javaClass
ScaleGeneralOpImage.javaClass An OpImage that performs scaling using a general interpolation.
ScaleNearestBinaryOpImage.javaClass An OpImage subclass that performs nearest-neighbor scaling for binary images with a MultiPixelPackedSampleModel and byte, short, or int DataBuffers.
ScaleNearestOpImage.javaClass An OpImage subclass that performs nearest-neighbor scaling.
SeparableConvolveOpImage.javaClass An OpImage class to perform separable convolve on a source image.
ShearRIF.javaClass
StreamRIF.javaClass
SubsampleAverageCRIF.javaClass
SubsampleAverageOpImage.javaClass
SubsampleBinaryToGray2x2OpImage.javaClass A class extending GeometricOpImage to subsample binary images to gray scale images.
SubsampleBinaryToGray4x4OpImage.javaClass A class extending GeometricOpImage to subsample binary images to gray scale images.
SubsampleBinaryToGrayCRIF.javaClass
SubsampleBinaryToGrayOpImage.javaClass A class extending GeometricOpImage to subsample binary images to gray scale images.
SubtractConstCRIF.javaClass A CRIF supporting the "SubtractConst" operation in the rendered and renderable image layers.
SubtractCRIF.javaClass A CRIF supporting the "Subtract" operation in the rendered and renderable image layers.
SubtractFromConstCRIF.javaClass A CRIF supporting the "SubtractFromConst" operation in the rendered and renderable image layers.
SubtractFromConstOpImage.javaClass An OpImage implementing the "SubtractFromConst" operation.
SubtractOpImage.javaClass 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.javaClass A CRIF supporting the "Threshold" operation in the rendered and renderable image layers.
ThresholdOpImage.javaClass 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.javaClass
TranslateCRIF.javaClass This image factory supports image operator TranslateOpImage in the rendered and renderable image layers.
TranslateIntOpImage.javaClass An OpImage to translate an image by in integral number of pixels.
TransposeBinaryOpImage.javaClass 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.javaClass
TransposeOpImage.javaClass An OpImage class to perform transposition and 90 degree rotation of an image.
UnsharpMaskRIF.javaClass
URLRIF.javaClass
WarpBilinearOpImage.javaClass An OpImage implementing the general "Warp" operation as described in javax.media.jai.operator.WarpDescriptor.
WarpGeneralOpImage.javaClass An OpImage implementing the general "Warp" operation as described in javax.media.jai.operator.WarpDescriptor.
WarpNearestOpImage.javaClass 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.javaClass A RIF supporting the "Warp" operation in the rendered image layer.
XorConstCRIF.javaClass A CRIF supporting the "XorConst" operation in the rendered and renderable image layers.
XorConstOpImage.javaClass An OpImage implementing the "XorConst" operation.
XorCRIF.javaClass A CRIF supporting the "Xor" operation in the rendered and renderable image layers.
XorOpImage.javaClass 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.

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.