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

S

SaturationBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a saturation blend of two images
SaturationBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.SaturationBlendFilter
 
SaturationFilter - Class in project.android.imageprocessing.filter.colour
A saturation adjustment filter extension of BasicFilter.
SaturationFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.SaturationFilter
Creates an ImageSaturationFilter with a given saturation adjustment value.
ScreenBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a saturation blend of two images
ScreenBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.ScreenBlendFilter
 
ScreenEndpoint - Class in project.android.imageprocessing.output
A screen renderer extension of GLRenderer.
ScreenEndpoint(FastImageProcessingPipeline) - Constructor for class project.android.imageprocessing.output.ScreenEndpoint
Creates a GLTextureToScreenRenderer.
SepiaFilter - Class in project.android.imageprocessing.filter.colour
Simple sepia tone filter intensity: The degree to which the sepia tone replaces the normal image color (0.0 - 1.0)
SepiaFilter() - Constructor for class project.android.imageprocessing.filter.colour.SepiaFilter
 
setBackgroundAlpha(float) - Method in class project.android.imageprocessing.GLRenderer
Sets only the alpha component of the background colour currently set for this GLRenderer.
setBackgroundBlue(float) - Method in class project.android.imageprocessing.GLRenderer
Sets only the blue component of the background colour currently set for this GLRenderer.
setBackgroundColour(float, float, float, float) - Method in class project.android.imageprocessing.GLRenderer
Sets the background colour for this GLRenderer to the given colour in rgba space.
setBackgroundGreen(float) - Method in class project.android.imageprocessing.GLRenderer
Sets only the green component of the background colour currently set for this GLRenderer.
setBackgroundRed(float) - Method in class project.android.imageprocessing.GLRenderer
Sets only the red component of the background colour currently set for this GLRenderer.
setFragmentShader(String) - Method in class project.android.imageprocessing.filter.GenericFilter
Sets the fragment shader to be used for this program.
setImage(Bitmap) - Method in class project.android.imageprocessing.input.ImageResourceInput
Sets the image being output by this renderer to the given bitmap.
setImage(int) - Method in class project.android.imageprocessing.input.ImageResourceInput
Sets the image being output by this renderer to the image loaded from the given id.
setImage(String) - Method in class project.android.imageprocessing.input.ImageResourceInput
Sets the image being output by this renderer to the image loaded from the given file path.
setPipeline(FastImageProcessingPipeline) - Method in class project.android.imageprocessing.FastImageProcessingView
Sets the FastImageProcessingPipeline that will do the rendering for this view.
setRenderSize(int, int) - Method in class project.android.imageprocessing.filter.CompositeFilter
 
setRenderSize(int, int) - Method in class project.android.imageprocessing.filter.CompositeMultiPixelFilter
 
setRenderSize(int, int) - Method in class project.android.imageprocessing.filter.GroupFilter
 
setRenderSize(int, int) - Method in class project.android.imageprocessing.GLRenderer
Sets the render size of the renderer to the given width and height.
setVertexShader(String) - Method in class project.android.imageprocessing.filter.GenericFilter
Sets the vertex shader to be used for this program.
setVideoSource(int) - Method in class project.android.imageprocessing.input.VideoResourceInput
Sets the video to a new video source.
SharpenFilter - Class in project.android.imageprocessing.filter.processing
Applies a sharpen filter to the image
SharpenFilter(float) - Constructor for class project.android.imageprocessing.filter.processing.SharpenFilter
 
SingleComponentFastBlurFilter - Class in project.android.imageprocessing.filter.processing
A modification of the FastBlurFilter to only operate on the red component
SingleComponentFastBlurFilter() - Constructor for class project.android.imageprocessing.filter.processing.SingleComponentFastBlurFilter
 
SingleComponentGaussianBlurFilter - Class in project.android.imageprocessing.filter.processing
A modification of the GPUImageGaussianBlurFilter that operates only on the red component blurSize: A multiplier for the size of the blur, ranging from 0.0 on up
SingleComponentGaussianBlurFilter(float) - Constructor for class project.android.imageprocessing.filter.processing.SingleComponentGaussianBlurFilter
 
SketchFilter - Class in project.android.imageprocessing.filter.effect
Converts video to look like a sketch.
SketchFilter() - Constructor for class project.android.imageprocessing.filter.effect.SketchFilter
 
SmoothToonFilter - Class in project.android.imageprocessing.filter.effect
This uses a similar process as the GPUImageToonFilter, only it precedes the toon effect with a Gaussian blur to smooth out noise.
SmoothToonFilter(float, float, float) - Constructor for class project.android.imageprocessing.filter.effect.SmoothToonFilter
 
SobelEdgeDetectionFilter - Class in project.android.imageprocessing.filter.processing
Sobel edge detection, with edges highlighted in white
SobelEdgeDetectionFilter() - Constructor for class project.android.imageprocessing.filter.processing.SobelEdgeDetectionFilter
 
SoftEleganceFilter - Class in project.android.imageprocessing.filter.colour
Another lookup-based color remapping filter.
SoftEleganceFilter(Context) - Constructor for class project.android.imageprocessing.filter.colour.SoftEleganceFilter
 
SoftLightBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a soft light blend of two images
SoftLightBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.SoftLightBlendFilter
 
SourceOverBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a source over blend of two images
SourceOverBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.SourceOverBlendFilter
 
SphereRefractionFilter - Class in project.android.imageprocessing.filter.effect
Simulates the refraction through a solid glass sphere 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
SphereRefractionFilter(PointF, float, float, float) - Constructor for class project.android.imageprocessing.filter.effect.SphereRefractionFilter
 
startRendering() - Method in class project.android.imageprocessing.FastImageProcessingPipeline
Starts the rendering of the graph.
startWhenReady() - Method in class project.android.imageprocessing.input.VideoResourceInput
Starts the video player if the opengl context has initialized the video already.
stop() - Method in class project.android.imageprocessing.input.VideoResourceInput
Stops the video
StretchDistortionFilter - Class in project.android.imageprocessing.filter.effect
Creates a stretch distortion of the image center: The center of the image (in normalized coordinates from 0 - 1.0) about which to distort
StretchDistortionFilter(PointF) - Constructor for class project.android.imageprocessing.filter.effect.StretchDistortionFilter
 
SubtractBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a subtract blend of two images
SubtractBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.SubtractBlendFilter
 
SwirlFilter - Class in project.android.imageprocessing.filter.effect
Creates a swirl distortion on the image radius: The radius from the center to apply the distortion center: The center of the image (in normalized coordinates from 0 - 1.0) about which to twist angle: The amount of twist to apply to the image
SwirlFilter(PointF, float, float) - Constructor for class project.android.imageprocessing.filter.effect.SwirlFilter
 

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