A B C D E F G H I J K L M N O P R S T U V W Z

G

GammaFilter - Class in project.android.imageprocessing.filter.colour
A gamma adjustment filter extension of BasicFilter.
GammaFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.GammaFilter
Creates a ImageGammaFilter with the given gamma adjustment value.
GaussianBlurFilter - Class in project.android.imageprocessing.filter.processing
A more generalized 3x3 Gaussian blur filter blurSize: A multiplier for the size of the blur, ranging from 0.0 on up
GaussianBlurFilter(float) - Constructor for class project.android.imageprocessing.filter.processing.GaussianBlurFilter
 
GaussianBlurPositionFilter - Class in project.android.imageprocessing.filter.processing
The inverse of the GaussianSelectiveBlurFilter, applying the blur only within a certain circle blurSize: A multiplier for the size of the blur, ranging from 0.0 on up blurCenter: Center for the blur blurRadius: Radius for the blur
GaussianBlurPositionFilter(float, float, PointF, float, float) - Constructor for class project.android.imageprocessing.filter.processing.GaussianBlurPositionFilter
 
GaussianSelectiveBlurFilter - Class in project.android.imageprocessing.filter.processing
A Gaussian blur that preserves focus within a circular region blurSize: A multiplier for the size of the blur, ranging from 0.0 on up excludeCircleRadius: The radius of the circular area being excluded from the blur excludeCirclePoint: The center of the circular area being excluded from the blur excludeBlurSize: The size of the area between the blurred portion and the clear circle aspectRatio: The aspect ratio of the image, used to adjust the circularity of the in-focus region.
GaussianSelectiveBlurFilter(float, float, PointF, float, float) - Constructor for class project.android.imageprocessing.filter.processing.GaussianSelectiveBlurFilter
 
GenericFilter - Class in project.android.imageprocessing.filter
An extension of BasicFilter.
GenericFilter() - Constructor for class project.android.imageprocessing.filter.GenericFilter
Creates a GenericFilter with the BasicFilter shaders.
getBackgroundAlpha() - Method in class project.android.imageprocessing.GLRenderer
Returns the alpha component of the background colour currently set for this GLRenderer.
getBackgroundBlue() - Method in class project.android.imageprocessing.GLRenderer
Returns the blue component of the background colour currently set for this GLRenderer.
getBackgroundGreen() - Method in class project.android.imageprocessing.GLRenderer
Returns the green component of the background colour currently set for this GLRenderer.
getBackgroundRed() - Method in class project.android.imageprocessing.GLRenderer
Returns the red component of the background colour currently set for this GLRenderer.
getHeight() - Method in class project.android.imageprocessing.FastImageProcessingPipeline
Returns the height of GLSurfaceView on the screen.
getHeight() - Method in class project.android.imageprocessing.GLRenderer
Returns the current height the GLRenderer is rendering at.
getImageHeight() - Method in class project.android.imageprocessing.input.ImageResourceInput
Returns the height of the current image being output.
getImageWidth() - Method in class project.android.imageprocessing.input.ImageResourceInput
Returns the width of the current image being output.
getLockObject() - Method in class project.android.imageprocessing.input.GLTextureOutputRenderer
Returns the object used to lock the target list.
getTargets() - Method in class project.android.imageprocessing.input.GLTextureOutputRenderer
Returns a list of all the targets that this renderer should send its output to.
getWidth() - Method in class project.android.imageprocessing.FastImageProcessingPipeline
Returns the width of GLSurfaceView on the screen.
getWidth() - Method in class project.android.imageprocessing.GLRenderer
Returns the current width the GLRenderer is rendering at.
GlassSphereFilter - Class in project.android.imageprocessing.filter.effect
Same as the GPUImageSphereRefractionFilter, only the image is not inverted and there's a little bit of frosting at the edges of the glass center: The center about which to apply the distortion radius: The radius of the distortion, ranging from 0.0 to 1.0 refractiveIndex: The index of refraction for the sphere
GlassSphereFilter(PointF, float, float, float) - Constructor for class project.android.imageprocessing.filter.effect.GlassSphereFilter
 
GLRenderer - Class in project.android.imageprocessing
The base renderer class that all inputs, filters and endpoints must extend.
GLRenderer() - Constructor for class project.android.imageprocessing.GLRenderer
 
GLTextureInputRenderer - Interface in project.android.imageprocessing.output
An interface which all renderers that except input should implement.
GLTextureOutputRenderer - Class in project.android.imageprocessing.input
A output producing extension of GLRenderer.
GLTextureOutputRenderer() - Constructor for class project.android.imageprocessing.input.GLTextureOutputRenderer
Creates a GLTextureOutputRenderer which initially has an empty list of targets.
GreyScaleFilter - Class in project.android.imageprocessing.filter.colour
A grey scale filter extension of the BasicFilter.
GreyScaleFilter() - Constructor for class project.android.imageprocessing.filter.colour.GreyScaleFilter
 
GroupFilter - Class in project.android.imageprocessing.filter
A multiple filter renderer extension of the BasicFilter.
GroupFilter() - Constructor for class project.android.imageprocessing.filter.GroupFilter
Creates a GroupFilter with any number of initial filters or filter graphs.

A B C D E F G H I J K L M N O P R S T U V W Z