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

O

onDrawFrame(GL10) - Method in class project.android.imageprocessing.FastImageProcessingPipeline
 
onDrawFrame() - Method in class project.android.imageprocessing.GLRenderer
Draws the given texture using OpenGL and the given vertex and fragment shaders.
onFrameAvailable(SurfaceTexture) - Method in class project.android.imageprocessing.input.CameraPreviewInput
 
onFrameAvailable(SurfaceTexture) - Method in class project.android.imageprocessing.input.VideoResourceInput
 
onPause() - Method in class project.android.imageprocessing.input.CameraPreviewInput
Closes and releases the camera for other applications to use.
onResume() - Method in class project.android.imageprocessing.input.CameraPreviewInput
Re-initializes the camera and starts the preview again.
onSurfaceChanged(GL10, int, int) - Method in class project.android.imageprocessing.FastImageProcessingPipeline
 
onSurfaceCreated(GL10, EGLConfig) - Method in class project.android.imageprocessing.FastImageProcessingPipeline
 
OpacityFilter - Class in project.android.imageprocessing.filter.colour
Adjusts the alpha channel of the incoming image opacity: The value to multiply the incoming alpha channel for each pixel by (0.0 - 1.0)
OpacityFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.OpacityFilter
 
OpeningFilter - Class in project.android.imageprocessing.filter.processing
This performs an erosion on the red channel of an image, followed by a dilation of the same radius.
OpeningFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.OpeningFilter
 
OpeningRGBFilter - Class in project.android.imageprocessing.filter.processing
This is the same as the OpeningFilter, except that this acts on all color channels, not just the red channel.
OpeningRGBFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.OpeningRGBFilter
 
OverlayBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a overlay blend of two images
OverlayBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.OverlayBlendFilter
 

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