| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ImageProcessorInterface in com.jhlabs.image | 
|---|
| Classes in com.jhlabs.image that implement ImageProcessorInterface | |
|---|---|
|  class | AbstractBufferedImageOpA convenience class which implements those methods of BufferedImageOp which are rarely changed. | 
|  class | BicubicScaleFilterScales an image using bi-cubic interpolation, which can't be done with AffineTransformOp. | 
|  class | BinaryFilter | 
|  class | BlockFilterA Filter to pixellate images. | 
|  class | BorderFilterA filter to add a border around an image using the supplied Paint, which may be null for no painting. | 
|  class | BoxBlurFilterA filter which performs a box blur on an image. | 
|  class | CausticsFilterA filter which simulates underwater caustics. | 
|  class | CellularFilter | 
|  class | ChannelMixFilterA filter which allows the red, grren and blue channels of an image to be mixed into each other. | 
|  class | CheckFilterA Filter to draw grids and check patterns. | 
|  class | CircleFilter | 
|  class | CompoundFilter | 
|  class | ContourFilter | 
|  class | ConvolveFilterA filter which applies a convolution kernel to an image. | 
|  class | CropFilterA filter which crops an image to a given rectangle. | 
|  class | CrystallizeFilter | 
|  class | CurlFilterA page curl effect. | 
|  class | DespeckleFilter | 
|  class | DiffuseFilterThis filter diffuses an image by moving its pixels in random directions. | 
|  class | DiffusionFilterA filter which uses Floyd-Steinberg error diffusion dithering to halftone an image. | 
|  class | DilateFilterGiven a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color. | 
|  class | DisplaceFilterA filter which simulates the appearance of looking through glass. | 
|  class | DissolveFilterA filter which "dissolves" an image by thresholding the alpha channel with random numbers. | 
|  class | DitherFilter | 
|  class | EdgeFilterAn edge-detection filter. | 
|  class | EmbossFilterA class to emboss an image. | 
|  class | ErodeFilterGiven a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color. | 
|  class | ExposureFilter | 
|  class | FadeFilter | 
|  class | FBMFilterA filter which produces textures from fractal Brownian motion. | 
|  class | FieldWarpFilterA class which warps an image using a field Warp algorithm. | 
|  class | FillFilterA filter which fills an image with a given color. | 
|  class | FlareFilterAn experimental filter for rendering lens flares. | 
|  class | FlipFilterA filter which flips images or rotates by multiples of 90 degrees. | 
|  class | Flush3DFilterThis filter tries to apply the Swing "flush 3D" effect to the black lines in an image. | 
|  class | FourColorFilterA filter which draws a gradient interpolated between four colors defined at the corners of the image. | 
|  class | GainFilter | 
|  class | GammaFilterA filter for changing the gamma of an image. | 
|  class | GaussianFilterA filter which applies Gaussian blur to an image. | 
|  class | GlintFilter | 
|  class | GlowFilterA filter which adds Gaussian blur to an image, producing a glowing effect. | 
|  class | GradientFilterA filter which draws a coloured gradient. | 
|  class | GradientWipeFilterA filter which can be used to produce wipes by transferring the luma of a mask image into the alpha channel of the source. | 
|  class | GrayFilterA filter which 'grays out' an image by averaging each pixel with white. | 
|  class | GrayscaleFilter | 
|  class | HSBAdjustFilter | 
|  class | InvertAlphaFilterA Filter to invert the alpha channel of an image. | 
|  class | IteratedFilter | 
|  class | JavaLnFFilterA filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines. | 
|  class | LensBlurFilterA filter which use FFTs to simulate lens blur on an image | 
|  class | LevelsFilterA filter which allows levels adjustment on an image. | 
|  class | LifeFilter | 
|  class | LightFilter | 
|  class | LookupFilterA filter which uses the brightness of each pixel to lookup a color from a colormap. | 
|  class | MapColorsFilterA filter which replaces one color by another in an image. | 
|  class | MapFilter | 
|  class | MarbleFilterThis filter applies a marbling effect to an image, displacing pixels by random amounts. | 
|  class | MarbleTexFilter | 
|  class | MaskFilterApplies a bit mask to each ARGB pixel of an image. | 
|  class | MaximumFilter | 
|  class | MedianFilterA filter which performs a 3x3 median operation. | 
|  class | MinimumFilter | 
|  class | MirrorFilter | 
|  class | MotionBlurFilterA filter which produces motion blur the slow, but higher-quality way. | 
|  class | MotionBlurOp | 
|  class | NoiseFilterA filter which adds random noise into an image. | 
|  class | OffsetFilter | 
|  class | OpacityFilterSets the opacity (alpha) of every pixel in an image to a constant value. | 
|  class | OutlineFilterGiven a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color. | 
|  class | PerspectiveFilter | 
|  class | PinchFilter | 
|  class | PlasmaFilter | 
|  class | PointFilterAn abstract superclass for point filters. | 
|  class | PointillizeFilter | 
|  class | PolarFilter | 
|  class | PosterizeFilter | 
|  class | QuiltFilter | 
|  class | RaysFilter | 
|  class | ReduceNoiseFilterA filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum, replacing it by the next minimum or maximum of the neighbours. | 
|  class | RescaleFilter | 
|  class | RGBAdjustFilter | 
|  class | RippleFilterA filter which distorts an image by rippling it in the X or Y directions. | 
|  class | RotateFilter | 
|  class | ScaleFilterScales an image using the area-averaging algorithm, which can't be done with AffineTransformOp. | 
|  class | ShadeFilter | 
|  class | ShapeFilter | 
|  class | SharpenFilter | 
|  class | ShatterFilter | 
|  class | ShearFilter | 
|  class | SkeletonFilter | 
|  class | SkyFilter | 
|  class | SmartBlurFilter | 
|  class | SmearFilter | 
|  class | SolarizeFilterA filter which solarizes an image. | 
|  class | SparkleFilter | 
|  class | SphereFilter | 
|  class | StampFilter | 
|  class | SwimFilter | 
|  class | TextureFilter | 
|  class | TileImageFilter | 
|  class | TransferFilter | 
|  class | TransformFilterAn abstract superclass for filters which distort images in some way. | 
|  class | UnsharpFilterA filter which subtracts Gaussian blur from an image, sharpening it. | 
|  class | VariableBlurFilter | 
|  class | WarpFilterA filter for warping images using the gridwarp algorithm. | 
|  class | WaterFilter | 
|  class | WeaveFilter | 
|  class | WoodFilter | 
| Uses of ImageProcessorInterface in j2d | 
|---|
| Classes in j2d that implement ImageProcessorInterface | |
|---|---|
|  class | FloatImageBean.FromRgb | 
|  class | FloatImageBean.ToRgb | 
|  class | RoiProcessor | 
| Methods in j2d that return ImageProcessorInterface | |
|---|---|
|  ImageProcessorInterface | ImageProcessorFactory.getProcessor(int parameter)get a parameterized image processor. | 
| Methods in j2d with parameters of type ImageProcessorInterface | |
|---|---|
|  void | ImageProcessListener.update(ImageProcessorInterface ip) | 
|  void | ImagePanel.update(ImageProcessorInterface ip) | 
|  void | ImagePanels.update(ImageProcessorInterface ip) | 
|  void | ImageProcessButton.update(ImageProcessorInterface ip) | 
| Constructors in j2d with parameters of type ImageProcessorInterface | |
|---|---|
| RoiProcessor(java.awt.Rectangle roi,
             ImageProcessorInterface ip) | |
| Uses of ImageProcessorInterface in j2d.animation | 
|---|
| Classes in j2d.animation that implement ImageProcessorInterface | |
|---|---|
|  class | ImageSequenceProcessorDisplayControllerCreated by IntelliJ IDEA. | 
| Methods in j2d.animation with parameters of type ImageProcessorInterface | |
|---|---|
|  void | AnimationPanel.updateImage(ImageProcessorInterface ip) | 
| Uses of ImageProcessorInterface in j2d.annotation | 
|---|
| Classes in j2d.annotation that implement ImageProcessorInterface | |
|---|---|
|  class | AnnotationProcessorUser: lyon Date: Jul 6, 2006 Time: 11:49:05 AM Copyright DocJava, Inc. | 
|  class | InterlaceProcessorUser: lyon Date: Jul 6, 2006 Time: 11:49:05 AM Copyright DocJava, Inc. | 
|  class | InterlaceTwoTopImagesProcessorUser: lyon Date: Jul 6, 2006 Time: 11:49:05 AM Copyright DocJava, Inc. | 
| Uses of ImageProcessorInterface in j2d.border | 
|---|
| Classes in j2d.border that implement ImageProcessorInterface | |
|---|---|
|  class | BorderProcessorCreated by IntelliJ IDEA. | 
| Uses of ImageProcessorInterface in j2d.color | 
|---|
| Classes in j2d.color that implement ImageProcessorInterface | |
|---|---|
|  class | ColorSafeCreated by IntelliJ IDEA. | 
|  class | ColorSpaceProcessor | 
| Methods in j2d.color that return ImageProcessorInterface | |
|---|---|
| static ImageProcessorInterface | MedianCut.getImageProcessorInterface() | 
| static ImageProcessorInterface | Wu.getImageProcessorInterface(int n) | 
| Uses of ImageProcessorInterface in j2d.color.rgbImageFilters | 
|---|
| Classes in j2d.color.rgbImageFilters that implement ImageProcessorInterface | |
|---|---|
|  class | BlueFilterCopyright DocJava, inc. | 
|  class | ColorSafeFilterCopyright DocJava, inc. | 
|  class | GreenFilterCopyright DocJava, inc. | 
|  class | GreyFilterCopyright DocJava, inc. | 
|  class | InvertFilterCopyright DocJava, inc. | 
|  class | LinearCutFilterCopyright DocJava, inc. | 
|  class | RedFilterCopyright DocJava, inc. | 
|  class | RgbFilterProcessorCopyright DocJava, inc. | 
|  class | SwapGreenBlueFilterCopyright DocJava, inc. | 
|  class | SwapRedBlueFilterCopyright DocJava, inc. | 
|  class | SwapRedGreenFilterCopyright DocJava, inc. | 
| Uses of ImageProcessorInterface in j2d.edge | 
|---|
| Classes in j2d.edge that implement ImageProcessorInterface | |
|---|---|
|  class | CannyProcessor | 
|  class | FreiChenProcessor | 
|  class | HoughCircles | 
|  class | KernelProcessorCreated by IntelliJ IDEA. | 
|  class | LoGProcessor | 
|  class | LoGSobelProcessor | 
|  class | MagDOGProcessor | 
|  class | MehrotraAndZhangProcessor | 
|  class | SobelProcessor | 
| Methods in j2d.edge that return ImageProcessorInterface | |
|---|---|
|  ImageProcessorInterface | SobelProcessor.getProcessor(int a) | 
|  ImageProcessorInterface | MehrotraAndZhangProcessor.getProcessor(int i) | 
|  ImageProcessorInterface | HoughCircles.getProcessor(int a) | 
|  ImageProcessorInterface | LoGProcessor.getProcessor(int i) | 
|  ImageProcessorInterface | CannyProcessor.getProcessor(int i) | 
|  ImageProcessorInterface | LoGSobelProcessor.getProcessor(int i) | 
| Uses of ImageProcessorInterface in j2d.filters | 
|---|
| Classes in j2d.filters that implement ImageProcessorInterface | |
|---|---|
|  class | ChromeFilterA filter which simulates chrome. | 
|  class | GaussianSmoothingProcessor | 
|  class | KaleidoscopeProcessorA Filter which produces the effect of looking into a kaleidoscope. | 
|  class | WholeImageFilterA filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff. | 
| Methods in j2d.filters with parameters of type ImageProcessorInterface | |
|---|---|
|  void | ImageProcessListenerAdapter.update(ImageProcessorInterface ip) | 
| Uses of ImageProcessorInterface in j2d.filters.bufferedImageConvolution | 
|---|
| Subinterfaces of ImageProcessorInterface in j2d.filters.bufferedImageConvolution | |
|---|---|
|  interface | ImageMatrixBeanProcessorInterface | 
| Classes in j2d.filters.bufferedImageConvolution that implement ImageProcessorInterface | |
|---|---|
|  class | FFTR2ImageConvolver | 
|  class | FFTR2ImageConvolverBak | 
|  class | ImageConvolver | 
|  class | PFAImageConvolverUser: lyon Date: Nov 13, 2005 Time: 6:17:12 PM Copyright DocJava, Inc. | 
| Uses of ImageProcessorInterface in j2d.gui | 
|---|
| Methods in j2d.gui with parameters of type ImageProcessorInterface | |
|---|---|
|  void | Main.process(ImageProcessorInterface ip) | 
|  void | Main.update(ImageProcessorInterface ip) | 
|  void | VideoCaptureFrame.update(ImageProcessorInterface ip) | 
| Uses of ImageProcessorInterface in j2d.hpp | 
|---|
| Classes in j2d.hpp that implement ImageProcessorInterface | |
|---|---|
|  class | HppFilter3ImageProcessor | 
|  class | HppFilterImageProcessor | 
|  class | OilFilterProcessor | 
|  class | Threshold3Processor | 
|  class | ThresholdProcessor | 
| Methods in j2d.hpp that return ImageProcessorInterface | |
|---|---|
| static ImageProcessorInterface | InvertFilter.getProcessor() | 
| Uses of ImageProcessorInterface in j2d.hpp.unaheComparisons | 
|---|
| Classes in j2d.hpp.unaheComparisons that implement ImageProcessorInterface | |
|---|---|
|  class | myImageCriticCreated by Robert Distinti. | 
| Uses of ImageProcessorInterface in j2d.hpp.unhe24Bit | 
|---|
| Classes in j2d.hpp.unhe24Bit that implement ImageProcessorInterface | |
|---|---|
|  class | ImageUNAHECreated by Robert Distinti. | 
| Uses of ImageProcessorInterface in j2d.rotator | 
|---|
| Classes in j2d.rotator that implement ImageProcessorInterface | |
|---|---|
|  class | TransposeCreated by IntelliJ IDEA. | 
|  class | Turn180ProcessorCreated by IntelliJ IDEA. | 
|  class | TurnMirrorProcessorCreated by IntelliJ IDEA. | 
|  class | UpsideDownMirrorProcessorCreated by IntelliJ IDEA. | 
| Uses of ImageProcessorInterface in j2d.warp | 
|---|
| Subinterfaces of ImageProcessorInterface in j2d.warp | |
|---|---|
|  interface | ImageProcessingPropertiesInterfaceCopyright 2005, DocJava, Inc. | 
| Classes in j2d.warp that implement ImageProcessorInterface | |
|---|---|
|  class | FeedbackProcess | 
|  class | FishEyeProcessor | 
|  class | LogXformProcessor | 
|  class | PolarProcessorCopyright 2005, DocJava, Inc. | 
| Uses of ImageProcessorInterface in video | 
|---|
| Classes in video that implement ImageProcessorInterface | |
|---|---|
|  class | PantomationProcessorUser: lyon Date: May 28, 2006 Time: 7:03:45 PM Copyright DocJava, Inc. | 
| Uses of ImageProcessorInterface in video.jsnap | 
|---|
| Methods in video.jsnap that return ImageProcessorInterface | |
|---|---|
| static ImageProcessorInterface | NqController.getImageProcessorInterface() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||