Uses of Interface
j2d.ImageProcessorInterface

Packages that use ImageProcessorInterface
j2d   
j2d.animation   
j2d.animation.imageBrowser   
j2d.annotation   
j2d.border   
j2d.color   
j2d.color.rgbImageFilters   
j2d.diffraction   
j2d.diffraction.gino   
j2d.diffraction.phidget   
j2d.edge   
j2d.filters   
j2d.filters.bufferedImageConvolution   
j2d.filters.crop   
j2d.gui   
j2d.gui.menu   
j2d.hpp   
j2d.hpp.unaheComparisons   
j2d.rotator   
j2d.thresh   
j2d.thresh.otsu   
j2d.video   
j2d.video.producers   
j2d.warp   
j3d.examples.stereo   
math.fourierTransforms.pfa   
video   
video.jsnap   
 

Uses of ImageProcessorInterface in j2d
 

Classes in j2d that implement ImageProcessorInterface
 class AnnotationImageProcessor
          Created by IntelliJ IDEA.
 class FloatImageBean.FromRgb
           
 class FloatImageBean.ToRgb
           
 class Gif2JpgTranscoder
          Created by IntelliJ IDEA.
 class ImageProcessorStack
           
 class RoiProcessor
           
 

Methods in j2d that return ImageProcessorInterface
 ImageProcessorInterface[] ImageProcessorStack.getOperators()
           
 ImageProcessorInterface ImageProcessorFactory.getProcessor(int parameter)
          get a parameterized image processor.
 

Methods in j2d with parameters of type ImageProcessorInterface
 void ImageProcessorStack.add(ImageProcessorInterface ip)
           
static void ImageUtils.processAndDisplayImage(ImageProcessorInterface sif)
           
static void ImageUtils.showDialog(ImageProcessorInterface ip, ImageProcessListener ipl)
           
static void ImageUtils.showDialog(ImageProcessorInterface ip, Main ipl)
           
 void ImageProcessButton.update(ImageProcessorInterface ip)
           
 void ImagePanelProcessListener.update(ImageProcessorInterface ip)
           
 void ImageProcessListener.update(ImageProcessorInterface ip)
           
 void ImagePanels.update(ImageProcessorInterface ip)
           
 

Constructors in j2d with parameters of type ImageProcessorInterface
ImageProcessEditor(ImageProcessorInterface ip, ImageProcessListener ipl)
           
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.animation.imageBrowser
 

Methods in j2d.animation.imageBrowser with parameters of type ImageProcessorInterface
 java.awt.Image FileImageSequenceProcessor.process(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
           
 class GrayProcessor
          User: Douglas Lyon Date: Jun 20, 2008 Time: 8:07:16 AM Copyright DocJava, Inc., 2007
 class JpegCompression
           
 

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 CombineRGBImagesFilter
           
 class GreenFilter
          Copyright DocJava, inc.
 class GreyFilter
           
 class GreyFromRedGreenFilter
           
 class InvertFilter
          Copyright DocJava, inc.
 class LinearCutFilter
           
 class MorphologicalThresholdProcessor
           
 class Red2DiffGreyFilter
           
 class Red2GreyFilter
          Copyright DocJava, inc.
 class RedFilter
           
 class ReplaceBlueFilter
           
 class ReplaceGreenFilter
           
 class ReplaceRedFilter
          Copyright DocJava, inc.
 class RgbFilterProcessor
          Copyright DocJava, inc.
 class SteganographyEncoderProcessor
           
 class SwapGreenBlueFilter
           
 class SwapRedBlueFilter
          Copyright DocJava, inc.
 class SwapRedGreenFilter
          Copyright DocJava, inc.
 

Uses of ImageProcessorInterface in j2d.diffraction
 

Classes in j2d.diffraction that implement ImageProcessorInterface
 class DiffractionVideoProcessor
           
 

Methods in j2d.diffraction that return ImageProcessorInterface
static ImageProcessorInterface DiffractionVideoProcessor.getCompositeProcessor()
           
 

Methods in j2d.diffraction with parameters of type ImageProcessorInterface
 void ServoPreview.update(ImageProcessorInterface ip)
           
 void StepperPreview.update(ImageProcessorInterface ip)
           
 

Uses of ImageProcessorInterface in j2d.diffraction.gino
 

Classes in j2d.diffraction.gino that implement ImageProcessorInterface
 class DiffractionProcessOperator
           
 class DiffractionSingletonProcessor
           
 class FilterButtonProcessor
          Created by IntelliJ IDEA.
 class GinoProcessor
           
 

Uses of ImageProcessorInterface in j2d.diffraction.phidget
 

Classes in j2d.diffraction.phidget that implement ImageProcessorInterface
 class ServoImageProcessor
           
 

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 LoGSobelProcessor.getProcessor(int i)
           
 ImageProcessorInterface CannyProcessor.getProcessor(int i)
           
 ImageProcessorInterface SobelProcessor.getProcessor(int a)
           
 ImageProcessorInterface MehrotraAndZhangProcessor.getProcessor(int i)
           
 ImageProcessorInterface LoGProcessor.getProcessor(int i)
           
 ImageProcessorInterface HoughCircles.getProcessor(int a)
           
 

Uses of ImageProcessorInterface in j2d.filters
 

Classes in j2d.filters that implement ImageProcessorInterface
 class AbstractBufferedImageOp
          A convenience class which implements those methods of BufferedImageOp which are rarely changed.
 class AdaptiveThreshProcessor
           
 class AddsProcessor
           
 class AffineXformProcessor
           
 class AndProcessor
           
 class AverageProcessor
           
 class AveragingFilter
           
 class BicubicScaleFilter
          Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.
 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 BoxFilterProcessor
           
 class BrushedMetalFilter
          A filter which produces an image simulating brushed metal.
 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 ChromeFilter
           
 class CircleFilter
           
 class CompoundFilter
           
 class ConvolveFilter
          A filter which applies a convolution kernel to an image.
 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 GaussianSmoothingProcessor
           
 class GeometricMeanProcessor
           
 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 HpProcessor
           
 class HSBAdjustFilter
           
 class InterleaveFilter
          Copyright 2007, DocJava, Inc.
 class InvertAlphaFilter
          A Filter to invert the alpha channel of an image.
 class InvertFilter2
          A filter which inverts the RGB channels 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 KaleidoscopeProcessor
          A Filter which produces the effect of looking into a kaleidoscope.
 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 OneHalfProcessor
          Created by IntelliJ IDEA.
 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 RGBScaleFilter
           
 class RGBShiftFilter
           
 class RippleFilter
          A filter which distorts an image by rippling it in the X or Y directions.
 class RotateFilter
           
 class RShiftFilter
          This filter shifts just the red color plane in the image.
 class SaltAndPepperProcessor
           
 class ScaleFastProcessor
           
 class ScaleProcessor
          Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
 class ShadeFilter
           
 class ShapeFilter
           
 class SharpenFilter2
           
 class ShatterFilter
           
 class ShearFilter
           
 class SizeFilter
          User: Douglas Lyon Date: Mar 30, 2008 Time: 7:40:18 PM Copyright DocJava, Inc., 2007
 class SkeletonFilter
           
 class SkyFilter
           
 class SmartBlurFilter
           
 class SmearFilter
           
 class SNRProcessor
          Created by IntelliJ IDEA.
 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 WholeImageFilter
          A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
 class WoodFilter
           
 

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.filters.crop
 

Classes in j2d.filters.crop that implement ImageProcessorInterface
 class CreateSubImage
           
 class CropFilter
           
 class CropProcessor
           
 

Uses of ImageProcessorInterface in j2d.gui
 

Classes in j2d.gui that implement ImageProcessorInterface
 class ColorReduction
          Created by IntelliJ IDEA.
 

Methods in j2d.gui that return ImageProcessorInterface
 ImageProcessorInterface Main.getOperator()
           
 

Methods in j2d.gui with parameters of type ImageProcessorInterface
 void Main.addPanel(ImageProcessorInterface ip)
          A general purpose means of adding panels to the main interface using only operations as an argument.
 void Main.process(ImageProcessorInterface ip)
           
 void Main.update(ImageProcessorInterface ip)
           
 

Uses of ImageProcessorInterface in j2d.gui.menu
 

Classes in j2d.gui.menu that implement ImageProcessorInterface
 class ConvolutionProcessor
          User: Douglas Lyon Date: Jun 17, 2008 Time: 10:07:35 AM Copyright DocJava, Inc., 2007
 

Constructors in j2d.gui.menu with parameters of type ImageProcessorInterface
RunAnnotationMenuItem(ImageProcessorInterface value, Main main)
           
 

Uses of ImageProcessorInterface in j2d.hpp
 

Classes in j2d.hpp that implement ImageProcessorInterface
 class Add
          Copyright 2007, DocJava, Inc.
 class BinaryFilter
           
 class FingerFilter
          Copyright 2005, DocJava, Inc.
 class HppFilter3ImageProcessor
           
 class HppFilterImageProcessor
           
 class OilFilterProcessor
           
 class PseudoColorProcessor
          This class provides some image processing on an image by generating false color.
 class SegmentationFilter
           
 class SimpleInvertFilter
          Copyright 2005, DocJava, Inc.
 

Methods in j2d.hpp that return ImageProcessorInterface
static ImageProcessorInterface InvertFilter.getProcessor()
           
 ImageProcessorInterface RunFingerFilterPanel.getValue()
           
 

Constructors in j2d.hpp with parameters of type ImageProcessorInterface
RunAnnotationPanel(ImageProcessorInterface ip)
           
 

Uses of ImageProcessorInterface in j2d.hpp.unaheComparisons
 

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

Uses of ImageProcessorInterface in j2d.rotator
 

Classes in j2d.rotator that implement ImageProcessorInterface
 class MirrorProcessor
          This mirror function is not very efficient.
 class TransposeProcessor
          Created by IntelliJ IDEA.
 class Turn180Processor
          Created by IntelliJ IDEA.
 class UpsideDownMirrorProcessor
          Created by IntelliJ IDEA.
 

Uses of ImageProcessorInterface in j2d.thresh
 

Classes in j2d.thresh that implement ImageProcessorInterface
 class AdapThresh
          AdapThresh is an algorithm to apply adaptive thresholding to an image.
 class AdaptiveThresholdProcessor
          An adaptive thresholding
 class ColumnAdaptiveThresholdProcessor
           
 class LineAdaptiveThresholdProcessor
          An adaptive thresh
 class Threshold3Processor
           
 class ThresholdProcessor
           
 

Uses of ImageProcessorInterface in j2d.thresh.otsu
 

Classes in j2d.thresh.otsu that implement ImageProcessorInterface
 class OtsuProcessor
           
 

Uses of ImageProcessorInterface in j2d.video
 

Methods in j2d.video with parameters of type ImageProcessorInterface
 void VideoCaptureBean.setImageProcessorInterface(ImageProcessorInterface ip)
           
 void VideoBufferTransferHandler.setImageProcessorInterface(ImageProcessorInterface imageProcessorInterface)
           
 void Main.update(ImageProcessorInterface ip)
           
 

Uses of ImageProcessorInterface in j2d.video.producers
 

Subinterfaces of ImageProcessorInterface in j2d.video.producers
 interface ImagePipelineProcessor
           
 

Classes in j2d.video.producers that implement ImageProcessorInterface
 class ImagePipelineProcessorStack
          The ImagePipeLineProcessor can process images and update the listeners as the images are processed.
 

Methods in j2d.video.producers with parameters of type ImageProcessorInterface
 void JMFCameraSource.setImageProcessorInterface(ImageProcessorInterface ip)
           
 void VideoPreview.update(ImageProcessorInterface ip)
           
 

Constructors in j2d.video.producers with parameters of type ImageProcessorInterface
VideoProcessor(ImageProcessorInterface ipi)
           
 

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 AffineProcess
           
 class ContourFilter
           
 class CopyProcessor
           
 class CutProcessor
           
 class FeedbackProcess
           
 class FishEyeProcessor
           
 class LogXformProcessor
           
 class OverlayProcess
           
 class PolarProcessor
          Copyright 2005, DocJava, Inc.
 class ScaleTranslateProcessor
          Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
 class XformProcessor
          Created by IntelliJ IDEA.
 class ZoomProcessor
           
 

Uses of ImageProcessorInterface in j3d.examples.stereo
 

Methods in j3d.examples.stereo with parameters of type ImageProcessorInterface
 void InterleaveCanvas3D.setFilter(ImageProcessorInterface ip)
           
 

Uses of ImageProcessorInterface in math.fourierTransforms.pfa
 

Classes in math.fourierTransforms.pfa that implement ImageProcessorInterface
 class PFAImageProcessor
           
 

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()