Uses of Interface
j2d.ImageProcessorInterface

Packages that use ImageProcessorInterface
com.jhlabs.image   
j2d   
j2d.animation   
j2d.annotation   
j2d.border   
j2d.color   
j2d.color.rgbImageFilters   
j2d.edge   
j2d.filters   
j2d.filters.bufferedImageConvolution   
j2d.gui   
j2d.hpp   
j2d.hpp.unaheComparisons   
j2d.hpp.unhe24Bit   
j2d.rotator   
j2d.warp   
video   
video.jsnap   
 

Uses of ImageProcessorInterface in com.jhlabs.image
 

Classes in com.jhlabs.image that implement ImageProcessorInterface
 class AbstractBufferedImageOp
          A convenience class which implements those methods of BufferedImageOp which are rarely changed.
 class BicubicScaleFilter
          Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.
 class BinaryFilter
           
 class BlockFilter
          A Filter to pixellate images.
 class BorderFilter
          A filter to add a border around an image using the supplied Paint, which may be null for no painting.
 class BoxBlurFilter
          A filter which performs a box blur on an image.
 class CausticsFilter
          A filter which simulates underwater caustics.
 class CellularFilter
           
 class ChannelMixFilter
          A filter which allows the red, grren and blue channels of an image to be mixed into each other.
 class CheckFilter
          A Filter to draw grids and check patterns.
 class CircleFilter
           
 class CompoundFilter
           
 class ContourFilter
           
 class ConvolveFilter
          A filter which applies a convolution kernel to an image.
 class CropFilter
          A filter which crops an image to a given rectangle.
 class CrystallizeFilter
           
 class CurlFilter
          A page curl effect.
 class DespeckleFilter
           
 class DiffuseFilter
          This filter diffuses an image by moving its pixels in random directions.
 class DiffusionFilter
          A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
 class DilateFilter
          Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
 class DisplaceFilter
          A filter which simulates the appearance of looking through glass.
 class DissolveFilter
          A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
 class DitherFilter
           
 class EdgeFilter
          An edge-detection filter.
 class EmbossFilter
          A class to emboss an image.
 class ErodeFilter
          Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
 class ExposureFilter
           
 class FadeFilter
           
 class FBMFilter
          A filter which produces textures from fractal Brownian motion.
 class FieldWarpFilter
          A class which warps an image using a field Warp algorithm.
 class FillFilter
          A filter which fills an image with a given color.
 class FlareFilter
          An experimental filter for rendering lens flares.
 class FlipFilter
          A filter which flips images or rotates by multiples of 90 degrees.
 class Flush3DFilter
          This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
 class FourColorFilter
          A filter which draws a gradient interpolated between four colors defined at the corners of the image.
 class GainFilter
           
 class GammaFilter
          A filter for changing the gamma of an image.
 class GaussianFilter
          A filter which applies Gaussian blur to an image.
 class GlintFilter
           
 class GlowFilter
          A filter which adds Gaussian blur to an image, producing a glowing effect.
 class GradientFilter
          A filter which draws a coloured gradient.
 class GradientWipeFilter
          A filter which can be used to produce wipes by transferring the luma of a mask image into the alpha channel of the source.
 class GrayFilter
          A filter which 'grays out' an image by averaging each pixel with white.
 class GrayscaleFilter
           
 class HSBAdjustFilter
           
 class InvertAlphaFilter
          A Filter to invert the alpha channel of an image.
 class IteratedFilter
           
 class JavaLnFFilter
          A filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.
 class LensBlurFilter
          A filter which use FFTs to simulate lens blur on an image
 class LevelsFilter
          A filter which allows levels adjustment on an image.
 class LifeFilter
           
 class LightFilter
           
 class LookupFilter
          A filter which uses the brightness of each pixel to lookup a color from a colormap.
 class MapColorsFilter
          A filter which replaces one color by another in an image.
 class MapFilter
           
 class MarbleFilter
          This filter applies a marbling effect to an image, displacing pixels by random amounts.
 class MarbleTexFilter
           
 class MaskFilter
          Applies a bit mask to each ARGB pixel of an image.
 class MaximumFilter
           
 class MedianFilter
          A filter which performs a 3x3 median operation.
 class MinimumFilter
           
 class MirrorFilter
           
 class MotionBlurFilter
          A filter which produces motion blur the slow, but higher-quality way.
 class MotionBlurOp
           
 class NoiseFilter
          A filter which adds random noise into an image.
 class OffsetFilter
           
 class OpacityFilter
          Sets the opacity (alpha) of every pixel in an image to a constant value.
 class OutlineFilter
          Given 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 PointFilter
          An abstract superclass for point filters.
 class PointillizeFilter
           
 class PolarFilter
           
 class PosterizeFilter
           
 class QuiltFilter
           
 class RaysFilter
           
 class ReduceNoiseFilter
          A 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 RippleFilter
          A filter which distorts an image by rippling it in the X or Y directions.
 class RotateFilter
           
 class ScaleFilter
          Scales 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 SolarizeFilter
          A filter which solarizes an image.
 class SparkleFilter
           
 class SphereFilter
           
 class StampFilter
           
 class SwimFilter
           
 class TextureFilter
           
 class TileImageFilter
           
 class TransferFilter
           
 class TransformFilter
          An abstract superclass for filters which distort images in some way.
 class UnsharpFilter
          A filter which subtracts Gaussian blur from an image, sharpening it.
 class VariableBlurFilter
           
 class WarpFilter
          A 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 ImageSequenceProcessorDisplayController
          Created 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 AnnotationProcessor
          User: lyon Date: Jul 6, 2006 Time: 11:49:05 AM Copyright DocJava, Inc.
 class InterlaceProcessor
          User: lyon Date: Jul 6, 2006 Time: 11:49:05 AM Copyright DocJava, Inc.
 class InterlaceTwoTopImagesProcessor
          User: 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 BorderProcessor
          Created by IntelliJ IDEA.
 

Uses of ImageProcessorInterface in j2d.color
 

Classes in j2d.color that implement ImageProcessorInterface
 class ColorSafe
          Created 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 BlueFilter
          Copyright DocJava, inc.
 class ColorSafeFilter
          Copyright DocJava, inc.
 class GreenFilter
          Copyright DocJava, inc.
 class GreyFilter
          Copyright DocJava, inc.
 class InvertFilter
          Copyright DocJava, inc.
 class LinearCutFilter
          Copyright DocJava, inc.
 class RedFilter
          Copyright DocJava, inc.
 class RgbFilterProcessor
          Copyright DocJava, inc.
 class SwapGreenBlueFilter
          Copyright DocJava, inc.
 class SwapRedBlueFilter
          Copyright DocJava, inc.
 class SwapRedGreenFilter
          Copyright DocJava, inc.
 

Uses of ImageProcessorInterface in j2d.edge
 

Classes in j2d.edge that implement ImageProcessorInterface
 class CannyProcessor
           
 class FreiChenProcessor
           
 class HoughCircles
           
 class KernelProcessor
          Created 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 ChromeFilter
          A filter which simulates chrome.
 class GaussianSmoothingProcessor
           
 class KaleidoscopeProcessor
          A Filter which produces the effect of looking into a kaleidoscope.
 class WholeImageFilter
          A 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 PFAImageConvolver
          User: 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 myImageCritic
          Created by Robert Distinti.
 

Uses of ImageProcessorInterface in j2d.hpp.unhe24Bit
 

Classes in j2d.hpp.unhe24Bit that implement ImageProcessorInterface
 class ImageUNAHE
          Created by Robert Distinti.
 

Uses of ImageProcessorInterface in j2d.rotator
 

Classes in j2d.rotator that implement ImageProcessorInterface
 class Transpose
          Created by IntelliJ IDEA.
 class Turn180Processor
          Created by IntelliJ IDEA.
 class TurnMirrorProcessor
          Created by IntelliJ IDEA.
 class UpsideDownMirrorProcessor
          Created by IntelliJ IDEA.
 

Uses of ImageProcessorInterface in j2d.warp
 

Subinterfaces of ImageProcessorInterface in j2d.warp
 interface ImageProcessingPropertiesInterface
          Copyright 2005, DocJava, Inc.
 

Classes in j2d.warp that implement ImageProcessorInterface
 class FeedbackProcess
           
 class FishEyeProcessor
           
 class LogXformProcessor
           
 class PolarProcessor
          Copyright 2005, DocJava, Inc.
 

Uses of ImageProcessorInterface in video
 

Classes in video that implement ImageProcessorInterface
 class PantomationProcessor
          User: 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()