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  
g — Property in class de.popforge.imageprocessing.geom.Color
The green value of the color from 0 to 255.
gamma — Property in class de.popforge.imageprocessing.filters.color.GammaCorrection
The gamma value from 0.1 to 5.
gamma — Property in class de.popforge.imageprocessing.filters.color.LevelsCorrection
The gamme value which should be applied for every channel (0.1 to 5).
GammaCorrection — Final class in package de.popforge.imageprocessing.filters.color
The GammaCorrection class is a filter that levels the brightness in an image.
GammaCorrection(gamma, cache) — Constructor in class de.popforge.imageprocessing.filters.color.GammaCorrection
Creates a new GammaCorrection object with given gamme value.
GaussianNoise — Final class in package de.popforge.imageprocessing.filters.noise
The GaussianNoise class is a filter that generates a gaussian noise.
GaussianNoise(amount, monochrom, mean, variance) — Constructor in class de.popforge.imageprocessing.filters.noise.GaussianNoise
Creates a GaussianNoise object.
GeometricDisplacedBlur — Class in package de.popforge.imageprocessing.filters.distortion
The GeometricDisplacedBlur class is a filter that blurs displaced pixels.
GeometricDisplacedBlur(displacementMap:de.popforge.imageprocessing.geom.maps:GeometricMap) — Constructor in class de.popforge.imageprocessing.filters.distortion.GeometricDisplacedBlur
Creates a new GeometricDisplacedBlur object.
GeometricDisplacementMap — Class in package de.popforge.imageprocessing.filters.distortion
The GeometricDisplacementMap class is a filter that uses a mathematical representaton of a displacement map to distort an image.
GeometricDisplacementMap(displacementMap:de.popforge.imageprocessing.geom.maps:GeometricMap, interpolationMethod, wrap) — Constructor in class de.popforge.imageprocessing.filters.distortion.GeometricDisplacementMap
Creates a new GeometritcDisplacementMap object.
GeometricMap — Class in package de.popforge.imageprocessing.geom.maps
The GeometricMap class is a base class for all kinds of mathematical described displacement maps.
getArray() — Method in class de.popforge.imageprocessing.filters.color.LUTFilter
Creates a new look-up table.
getBitmapData(width, height, useMedian) — Method in class de.popforge.imageprocessing.core.Histogram
Creates a BitmapData containing the visual representation of the histogram.
getBitmapData(bgColor, pointColor, lineColor, gridColor) — Method in class de.popforge.imageprocessing.geom.Curve
Renders the curve to a BitmapData object.
getBrightness() — Method in class de.popforge.imageprocessing.geom.Color
Calculates the length of the color vector.
getColor(x, y) — Method in interface de.popforge.imageprocessing.geom.interpolation.IInterpolation
Calculates a new color based on given x and y position.
getCount(from, to) — Method in class de.popforge.imageprocessing.core.Histogram
Accumulates the histogram values of all channels in a given interval.
getCurrentFrame() — Method in interface de.popforge.imageprocessing.capture.ICaptureDevice
Returns a reference to the current frame.
getCurrentFrame() — Method in class de.popforge.imageprocessing.capture.WebCam
Returns a reference to the current frame.
getLuminance() — Method in class de.popforge.imageprocessing.geom.Color
Calculates the luminance of a color.
getMeanValue(channel) — Method in class de.popforge.imageprocessing.core.Image
Calculates the mean value of a channel.
getMultiplied(value) — Method in class de.popforge.imageprocessing.geom.Color
getPixel(x, y) — Method in interface de.popforge.imageprocessing.core.IImage
Returns 24-BIT pixel in 0xRRGGBB order.
getPixel(x, y) — Method in class de.popforge.imageprocessing.core.Image
Returns 24-BIT pixel in 0xRRGGBB order.
getPixel(x, y) — Method in class de.popforge.imageprocessing.core.LayerManager
Returns 24-BIT pixel in 0xRRGGBB order.
getPixel32(x, y) — Method in interface de.popforge.imageprocessing.core.IImage
Same as getPixel() but returns a 32-BIT integer in 0xAARRGGBB order.
getPixel32(x, y) — Method in class de.popforge.imageprocessing.core.Image
Same as getPixel() but returns a 32-BIT integer in 0xAARRGGBB order.
getPixel32(x, y) — Method in class de.popforge.imageprocessing.core.LayerManager
Same as getPixel() but returns a 32-BIT integer in 0xAARRGGBB order.
getPreviousFrame() — Method in interface de.popforge.imageprocessing.capture.ICaptureDevice
Returns a reference to the previous frame.
getPreviousFrame() — Method in class de.popforge.imageprocessing.capture.WebCam
Returns a reference to the previous frame.
getSaturation() — Method in class de.popforge.imageprocessing.geom.Color
Calculates the saturation of a color.
getTable() — Method in class de.popforge.imageprocessing.geom.Curve
Calulates the new color values based on the current mode.
getValue(index) — Method in class de.popforge.imageprocessing.core.Histogram
Searches for minimum at given position on histogram's x axis.
getValues(result, channel, x, y) — Method in class de.popforge.imageprocessing.geom.StructuringFunction
Calculates the results for a given point (x|y).
GRAY — Constant static property in class de.popforge.imageprocessing.core.ImageChannel
The gray channel.
grayscale — Static property in class de.popforge.imageprocessing.core.Image
The filter used to convert to grayscale images.
Grayscale — Class in package de.popforge.imageprocessing.filters.color
The Grayscale class is a basic filter that allows fast conversion from RGB or RGBA to GRAYSCALE.
Grayscale(redMultiplier, greenMultiplier, blueMultiplier) — Constructor in class de.popforge.imageprocessing.filters.color.Grayscale
Creates a new Grayscale object with given multipliers.
GRAYSCALE — Constant static property in class de.popforge.imageprocessing.core.ImageFormat
The grayscale format (one channel).
GrayscaleBT709 — Final class in package de.popforge.imageprocessing.filters.color
The GrayscaleBT709 class transforms a RGB/RGBA image into grayscale using BT709 algorithm.
GrayscaleBT709() — Constructor in class de.popforge.imageprocessing.filters.color.GrayscaleBT709
Creates a new GrayscaleBT709 object.
GrayscaleRMY — Final class in package de.popforge.imageprocessing.filters.color
The GrayscaleRMY class transforms a RGB/RGBA image into grayscale using RMY algorithm.
GrayscaleRMY() — Constructor in class de.popforge.imageprocessing.filters.color.GrayscaleRMY
Creates a new GrayscaleRMY object.
GrayscaleY — Final class in package de.popforge.imageprocessing.filters.color
The GrayscaleBT709 class transforms a RGB/RGBA image into grayscale using Y algorithm.
GrayscaleY() — Constructor in class de.popforge.imageprocessing.filters.color.GrayscaleY
Creates a new GrayscaleY object.
GREEN — Constant static property in class de.popforge.imageprocessing.core.ImageChannel
The green channel.
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