com.sun.media.jai.mlib

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.mlib 
com.sun.media.jai.mlib
Java Source File NameTypeComment
FCTmediaLib.javaClass The Fast Cosine Transform (FCT) class.
FFTmediaLib.javaClass The Fast Fourier Transform (FFT) class interface to mediaLib.
JaiI18N.javaClass
MediaLibAccessor.javaClass An adapter class for presenting image data in a mediaLibImage format, even if the data isn't stored that way.
MlibAbsoluteOpImage.javaClass An OpImage that performs the Absolute operation on 1 image through mediaLib.
MlibAbsoluteRIF.javaClass A RIF supporting the "Absolute" operation in the rendered image mode using MediaLib.
MlibAddConstOpImage.javaClass An OpImage class that copies an image from source to dest.
MlibAddConstRIF.javaClass A RIF supporting the "AddConst" operation in the rendered image mode using MediaLib.
MlibAddOpImage.javaClass An OpImage that performs the Add operation on 2 images through mediaLib.
MlibAddRIF.javaClass A RIF supporting the "Add" operation in the rendered image mode using MediaLib.
MlibAffineBicubicOpImage.javaClass An OpImage class to perform Bicubic AffineTransform on a source image.
MlibAffineBilinearOpImage.javaClass An OpImage class to perform Bilinear AffineTransform on a source image.
MlibAffineNearestOpImage.javaClass An OpImage class to perform Nearest-Neighbour AffineTransform on a source image.
MlibAffineOpImage.javaClass An OpImage class to perform AffineTransform on a source image.
MlibAffineRIF.javaClass A RIF supporting the "Affine" operation in the rendered image mode using MediaLib.
MlibAffineTableOpImage.javaClass An OpImage class to perform an Affine using interpolation coefficients represented in a Table, on a source image.
MlibAndConstOpImage.javaClass A mediaLib implementation of "AndConst" operator.
MlibAndConstRIF.javaClass A RIF supporting the "AndConst" operation in the rendered image mode using MediaLib.
MlibAndOpImage.javaClass An OpImage that performs the And operation on 2 images through mediaLib.
MlibAndRIF.javaClass A RIF supporting the "And" operation in the rendered image mode using MediaLib.
MlibBandCombineOpImage.javaClass An OpImage class that performs a "BandCombine" operation for 3x3 images.
MlibBandCombineRIF.javaClass A RIF supporting the "BandCombine" operation in the rendered image mode using MediaLib.
MlibBandSelectOpImage.javaClass An OpImage class that extracts (a) selected band(s) from an image.
MlibBandSelectRIF.javaClass A RIF supporting the "BandSelect" operation in the rendered image mode using MediaLib.
MlibBinarizeOpImage.javaClass A mediaLib class extending PointOpImage to binarize images to bileval images.
MlibBinarizeRIF.javaClass A RIF supporting the "Binarize" operation in the rendered image mode using MediaLib.
MlibBoxFilterRIF.javaClass A RIF supporting the "BoxFilter" operation in the rendered image layer.
MlibClampOpImage.javaClass An OpImage implementing the "Clamp" operation using MediaLib.
MlibClampRIF.javaClass A RIF supporting the "Clamp" operation in the rendered image mode using MediaLib.
MlibCompositeOpImage.javaClass An OpImage implementing the "Composite" operation using MediaLib.
MlibCompositeRIF.javaClass A RIF supporting the "Composite" operation in the rendered image mode using MediaLib.
MlibConvolveNxNOpImage.javaClass An OpImage class to perform convolution on a source image.

This class implements a convolution operation.

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

This class implements a convolution operation.

MlibConvolveRIF.javaClass A RIF supporting the "Convolve" operation in the rendered image mode using MediaLib.
MlibCopyOpImage.javaClass An OpImage class that copies an image from source to dest.
MlibDCTRIF.javaClass A RIF supporting the "DCT" operation in the rendered image mode using MediaLib.
MlibDFTOpImage.javaClass An OpImage class that performs a "DFT" and "IDFT" operations.
MlibDFTRIF.javaClass A RIF supporting the "DFT" operation in the rendered image mode using MediaLib.
MlibDilate3PlusOpImage.javaClass 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.javaClass 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.javaClass A RIF supporting the "Dilate" operation in the rendered image mode using MediaLib.
MlibDivideByConstRIF.javaClass A RIF supporting the "DivideByConst" operation in the rendered image mode using MediaLib.
MlibDivideIntoConstOpImage.javaClass
MlibDivideIntoConstRIF.javaClass A RIF supporting the "DivideIntoConst" operation in the rendered image mode using MediaLib.
MlibDivideOpImage.javaClass An OpImage that performs the Divide operation on 2 images through mediaLib.
MlibDivideRIF.javaClass A RIF supporting the "Divide" operation in the rendered image mode using MediaLib.
MlibErode3PlusOpImage.javaClass 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.javaClass 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.javaClass A RIF supporting the "Erode" operation in the rendered image mode using MediaLib.
MlibErrorDiffusionOpImage.javaClass An OpImage class that performs an "ErrorDiffusion" operation.
MlibErrorDiffusionRIF.javaClass A RIF supporting the "ErrorDiffusion" operation in the rendered image mode using mediaLib.
MlibExpOpImage.javaClass
MlibExpRIF.javaClass A RIF supporting the "Exp" operation in the rendered image mode using MediaLib.
MlibExtremaOpImage.javaClass An OpImage that performs the Extrema operation on an image through mediaLib.
MlibExtremaRIF.javaClass A RIF supporting the "Extrema" operation in the rendered image mode using MediaLib.
MlibFilteredSubsampleOpImage.javaClass

A class extending FilteredSubsampleOpImage to subsample and antialias filter images using medialib.

MlibFilteredSubsampleRIF.javaClass

Class implementing the RIF interface for the MlibFilteredSubsample operator.

MlibGradientOpImage.javaClass An OpImage class to perform Gradient operation on a source image.
MlibGradientRIF.javaClass A RIF supporting the "Gradient" operation in the rendered image mode using MediaLib.
MlibHistogramOpImage.javaClass An OpImage implementing the "Histogram" operation as described in javax.media.jai.operator.HistogramDescriptor.
MlibHistogramRIF.javaClass A RIF supporting the "Histogram" operation in the rendered image layer.
MlibIDCTRIF.javaClass A RIF supporting the "IDCT" operation in the rendered image mode using MediaLib.
MlibIDFTRIF.javaClass A RIF supporting the "IDFT" operation in the rendered image mode using MediaLib.
MlibInvertOpImage.javaClass An OpImage implementing the "Invert" operation using MediaLib.
MlibInvertRIF.javaClass A RIF supporting the "Invert" operation in the rendered image mode using MediaLib.
MlibLogOpImage.javaClass
MlibLogRIF.javaClass A RIF supporting the "Log" operation in the rendered image mode using MediaLib.
MlibLookupOpImage.javaClass
MlibLookupRIF.javaClass A RIF supporting the "Lookup" operation in the rendered image mode using MediaLib.
MlibMaxFilterOpImage.javaClass An OpImage class that subclasses will use to perform MaxFiltering with specific masks.
MlibMaxFilterRIF.javaClass
MlibMaxOpImage.javaClass An OpImage implementing the "Max" operation using MediaLib.
MlibMaxRIF.javaClass A RIF supporting the "Max" operation in the rendered image mode using MediaLib.
MlibMeanOpImage.javaClass An OpImage that performs the Mean operation on an image through mediaLib.
MlibMeanRIF.javaClass A RIF supporting the "Mean" operation in the rendered image mode using MediaLib.
MlibMedianFilterOpImage.javaClass An OpImage class that subclasses will use to perform MedianFiltering with specific masks.
MlibMedianFilterRIF.javaClass
MlibMinFilterOpImage.javaClass An OpImage class that subclasses will use to perform MinFiltering with specific masks.
MlibMinFilterRIF.javaClass
MlibMinOpImage.javaClass An OpImage implementing the "Min" operation using MediaLib.
MlibMinRIF.javaClass A RIF supporting the "Min" operation in the rendered image mode using MediaLib.
MlibMosaicOpImage.javaClass
MlibMosaicRIF.javaClass A RIF supporting the "Mosaic" operation in the rendered image layer.
MlibMultiplyConstOpImage.javaClass
MlibMultiplyConstRIF.javaClass A RIF supporting the "MultiplyConst" operation in the rendered image mode using MediaLib.
MlibMultiplyOpImage.javaClass An OpImage that performs the Multiply operation on two images through mediaLib.
MlibMultiplyRIF.javaClass A RIF supporting the "Multiply" operation in the rendered image mode using MediaLib.
MlibNotOpImage.javaClass An OpImage that performs the Not operation on 2 images through mediaLib.
MlibNotRIF.javaClass A RIF supporting the "Not" operation in the rendered image mode using MediaLib.
MlibOrConstOpImage.javaClass A mediaLib implementation of "OrConst" operator.
MlibOrConstRIF.javaClass A RIF supporting the "OrConst" operation in the rendered image mode using MediaLib.
MlibOrderedDitherOpImage.javaClass An OpImage that performs the OrderedDither operation on 1 image through mediaLib.
MlibOrderedDitherRIF.javaClass A RIF supporting the "OrderedDither" operation in the rendered image mode using mediaLib.
MlibOrOpImage.javaClass An OpImage that performs the Or operation on 2 images through mediaLib.
MlibOrRIF.javaClass A RIF supporting the "Or" operation in the rendered image mode using MediaLib.
MlibRescaleOpImage.javaClass An OpImage class that multiplies pixels in an image by a constant, then adds an offset.
MlibRescaleRIF.javaClass A RIF supporting the "Rescale" operation in the rendered image mode using MediaLib.
MlibRotateRIF.javaClass A RIF supporting the "Rotate" operation in the rendered image mode using MediaLib.
MlibScaleBicubicOpImage.javaClass An OpImage class that scales an image using bicubic interpolation.
MlibScaleBilinearOpImage.javaClass An OpImage class that scales an image using bilinear interpolation.
MlibScaleNearestOpImage.javaClass An OpImage class that scales an image using nearest-neighbor interpolation.
MlibScaleOpImage.javaClass MlibScaleOpImage extends ScaleOpImage for use by further extension classes.
MlibScaleRIF.javaClass A RIF supporting the "Scale" operation in the rendered image mode using MediaLib.
MlibScaleTableOpImage.javaClass An OpImage class that scales an image using interpolation coefficients specified in a table format.
MlibSeparableConvolveOpImage.javaClass An OpImage class to perform convolution on a source image.

This class implements a convolution operation.

MlibShearRIF.javaClass A RIF supporting the "Shear" operation in the rendered image mode using MediaLib.
MlibSobelOpImage.javaClass An OpImage class to perform Sobel (Gradient) on a source image.
MlibSubsampleAverageOpImage.javaClass
MlibSubsampleAverageRIF.javaClass A RIF supporting the "SubsampleAverage" operation in the rendered image mode using MediaLib.
MlibSubsampleBinaryToGrayOpImage.javaClass A mediaLib class extending GeometricOpImage to subsample binary images to gray scale images.
MlibSubsampleBinaryToGrayRIF.javaClass A RIF supporting the "SubsampleBinaryToGray" operation in the rendered image mode using MediaLib.
MlibSubtractConstRIF.javaClass A RIF supporting the "SubtractConst" operation in the rendered image mode using MediaLib.
MlibSubtractFromConstOpImage.javaClass A mediaLib implementation of "SubtractFromConst" operator.
MlibSubtractFromConstRIF.javaClass A RIF supporting the "SubtractFromConst" operation in the rendered image mode using MediaLib.
MlibSubtractOpImage.javaClass An OpImage that performs the Subtract operation on 2 images through mediaLib.
MlibSubtractRIF.javaClass A RIF supporting the "Subtract" operation in the rendered image mode using MediaLib.
MlibThresholdOpImage.javaClass An OpImage implementing the "Threshold" operation using MediaLib.
MlibThresholdRIF.javaClass A RIF supporting the "Threshold" operation in the rendered image mode using MediaLib.
MlibTranslateRIF.javaClass A RIF supporting the "Translate" operation in the rendered image mode using MediaLib.
MlibTransposeOpImage.javaClass An OpImage class to perform a transpose (flip) of an image.
MlibTransposeRIF.javaClass A RIF supporting the "Transpose" operation in the rendered image mode using MediaLib.
MlibUnsharpMaskRIF.javaClass A RIF supporting the "Convolve" operation in the rendered image mode using MediaLib.
MlibUtils.javaClass
MlibWarpGridOpImage.javaClass An OpImage implementing the Grid "Warp" operation using mediaLib.

With warp operations, there is no forward mapping (from source to destination).

MlibWarpGridTableOpImage.javaClass 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.javaClass An OpImage implementing the polynomial "Warp" operation using MediaLib.

With warp operations, there is no forward mapping (from source to destination).

MlibWarpPolynomialTableOpImage.javaClass An OpImage implementing the polynomial "Warp" operation using MediaLib.

With warp operations, there is no forward mapping (from source to destination).

MlibWarpRIF.javaClass A RIF supporting the "Warp" operation in the rendered image mode using MediaLib.
MlibXorConstOpImage.javaClass A mediaLib implementation of "XorConst" operator.
MlibXorConstRIF.javaClass A RIF supporting the "XorConst" operation in the rendered image mode using MediaLib.
MlibXorOpImage.javaClass An OpImage that performs the Xor operation on 2 images through mediaLib.
MlibXorRIF.javaClass A RIF supporting the "Xor" operation in the rendered image mode using MediaLib.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.