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

F

FalseColourFilter - Class in project.android.imageprocessing.filter.colour
Uses the luminance of the image to mix between two user-specified colors firstColor: The color used replace the dark areas of the image secondColor: The color used replace the light areas of the image
FalseColourFilter(float[], float[]) - Constructor for class project.android.imageprocessing.filter.colour.FalseColourFilter
 
FastBlurFilter - Class in project.android.imageprocessing.filter.processing
A hardware-accelerated 9-hit Gaussian blur of an image
FastBlurFilter() - Constructor for class project.android.imageprocessing.filter.processing.FastBlurFilter
 
FastImageProcessingPipeline - Class in project.android.imageprocessing
Filter pipeline renderer implementation of the GLSurfaceView.Renderer.
FastImageProcessingPipeline() - Constructor for class project.android.imageprocessing.FastImageProcessingPipeline
Creates a FastImageProcessingPipeline with the initial state as paused and having no rootRenderer.
FastImageProcessingView - Class in project.android.imageprocessing
Fast image processing view extension of GLSurfaceView.
FastImageProcessingView(Context) - Constructor for class project.android.imageprocessing.FastImageProcessingView
Creates a new view which can be used for fast image processing.
FLIP_BOTH - Static variable in class project.android.imageprocessing.filter.processing.FlipFilter
 
FLIP_HORIZONTAL - Static variable in class project.android.imageprocessing.filter.processing.FlipFilter
 
FLIP_VERTICAL - Static variable in class project.android.imageprocessing.filter.processing.FlipFilter
 
FlipFilter - Class in project.android.imageprocessing.filter.processing
Flips the image in the given orientation.
FlipFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.FlipFilter
 

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