A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
tables — Property in class de.popforge.imageprocessing.filters.color.LUTFilter
The look-up tables stored in an array.
threshold — Static property in class de.popforge.imageprocessing.core.Image
The filter used to convert to binary images.
Threshold — Final class in package de.popforge.imageprocessing.filters.binarization
The Threshold class transforms a grayscale image into binary color-space using a threshold value.
Threshold(thresholdValue) — Constructor in class de.popforge.imageprocessing.filters.binarization.Threshold
Creates a new Threshold object with given threshold value.
Tile — Final class in package de.popforge.imageprocessing.filters.render
The Tile class is a filter that tiles an image.
Tile(iterations, smoothing) — Constructor in class de.popforge.imageprocessing.filters.render.Tile
Creates a new Tile object.
to — Property in class de.popforge.imageprocessing.filters.color.LevelsCorrection
The end on the histogram's x-axis for every channel (0x00 to 0xff).
toInt() — Method in class de.popforge.imageprocessing.geom.Color
Creates the integer representation of the color.
toJPEG(quality) — Method in interface de.popforge.imageprocessing.core.IImage
Builds and returns a JPEG file of the merged image.
toJPEG(quality) — Method in class de.popforge.imageprocessing.core.Image
Builds and returns a JPEG file of the merged image.
toJPEG(quality) — Method in class de.popforge.imageprocessing.core.LayerManager
Builds and returns a JPEG file of the merged image.
ToneMapping — Final class in package de.popforge.imageprocessing.filters.color
The ToneMapping class is a filter that applies a simple tone mapping to the image.
TopHat — Final class in package de.popforge.imageprocessing.filters.morphological
The TopHat class is a filter that executes an opening first and removes this part from the image.
TopHat(structuringFunction:de.popforge.imageprocessing.geom:StructuringFunction) — Constructor in class de.popforge.imageprocessing.filters.morphological.TopHat
Creates a new TopHat object.
toPNG(alpha) — Method in interface de.popforge.imageprocessing.core.IImage
Builds and returns a PNG file of the Image object.
toPNG(alpha) — Method in class de.popforge.imageprocessing.core.Image
Builds and returns a PNG file of the Image object.
toPNG(alpha) — Method in class de.popforge.imageprocessing.core.LayerManager
Builds and returns a PNG file of the Image object.
toString() — Method in interface de.popforge.imageprocessing.capture.ICaptureDevice
This function has to be implemented and returns a string with class specific properties.
toString() — Method in class de.popforge.imageprocessing.capture.WebCam
Builds and returns a string that lists the width and height of the WebCam object.
toString() — Method in interface de.popforge.imageprocessing.core.IImage
Builds and returns a string that lists the properties of the Image object.
toString() — Method in class de.popforge.imageprocessing.core.Image
Builds and returns a string that lists the properties of the Image object.
toString() — Method in class de.popforge.imageprocessing.core.LayerManager
Builds and returns a string that lists the properties of the Image object.
toString() — Method in class de.popforge.imageprocessing.filters.FilterQueue
Builds and returns a string containing the name of the class.
toString() — Method in interface de.popforge.imageprocessing.filters.IFilter
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.NativeFilter
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.binarization.CarryThreshold
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.binarization.Threshold
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.BrightnessCorrection
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.ColorMatrix
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.ContrastCorrection
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.Extract
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.GammaCorrection
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.Grayscale
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.GrayscaleBT709
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.GrayscaleRMY
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.GrayscaleY
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.Infrared
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.Invert
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.LevelsCorrection
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.LUTFilter
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.Normalize
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.QuickContrastCorrection
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.QuickSepia
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.RedEyeRemoval
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.Sepia
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.color.ToneMapping
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.Blur
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.Convolution
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.ConvolutionBlur
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.Edges
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.Emboss
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.QuickNormalMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.convolution.Sharpen
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.DisplacementMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.GeometricDisplacedBlur
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.GeometricDisplacementMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.QuickBumpMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.RadialBlur
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.Ripple
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.Spherize
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.Twirl
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.distortion.ZoomBlur
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.morphological.Closing
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.morphological.Dilation
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.morphological.Erosion
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.morphological.Opening
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.morphological.Outline
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.morphological.TopHat
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.AverageCut
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.GaussianNoise
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.MedianCut
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.NoiseFilter
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.PerlinNoise
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.Pixelate
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.noise.UniformNoise
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.Blobs
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.CellGenerator
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.Corona
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.FractalPlasma
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.InterpolatedPlasma
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.MakeTileable
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.Mandelbrot
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.OldschoolPlasma
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.SinePlasma
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.filters.render.Tile
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.geom.Color
Builds and returns a string that lists the values of the Color object.
toString() — Method in class de.popforge.imageprocessing.geom.StructuringFunction
Builds and returns a string that lists the properties of the StructuringFunction object.
toString() — Method in class de.popforge.imageprocessing.geom.maps.GeometricMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.geom.maps.RippleMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.geom.maps.SphereMap
Builds and returns a string containing the name of the class.
toString() — Method in class de.popforge.imageprocessing.geom.maps.TwirlMap
Builds and returns a string containing the name of the class.
translate — Property in class de.popforge.imageprocessing.core.Layer
The matrix that holds the translation information of the layer.
Twirl — Final class in package de.popforge.imageprocessing.filters.distortion
The Twirl class is a filter that displaces an image using a twirl map.
Twirl(centerX, centerY, angle, radius, wrap, interpolation) — Constructor in class de.popforge.imageprocessing.filters.distortion.Twirl
Creates a new Twirl object.
TwirlMap — Final class in package de.popforge.imageprocessing.geom.maps
The TwirlMap class is a displacement map that uses a twirl function to displace given points.
TwirlMap(centerX, centerY, angle, radius) — Constructor in class de.popforge.imageprocessing.geom.maps.TwirlMap
Creates a new TwirlMap object.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z