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

B

BasicFilter - Class in project.android.imageprocessing.filter
A basic filter that takes a texture as input and produces a texture as output.
BasicFilter() - Constructor for class project.android.imageprocessing.filter.BasicFilter
 
BilateralBlurFilter - Class in project.android.imageprocessing.filter.processing
A bilateral blur, which tries to blur similar color values while preserving sharp edges blurSize: A multiplier for the size of the blur, ranging from 0.0 on up distanceNormalizationFactor: A normalization factor for the distance between central color and sample color
BilateralBlurFilter(float) - Constructor for class project.android.imageprocessing.filter.processing.BilateralBlurFilter
 
bitmapToTexture(Bitmap) - Static method in class project.android.imageprocessing.helper.ImageHelper
This method takes in a bitmap and binds it to an opengl texture.
BoxBlurFilter - Class in project.android.imageprocessing.filter.processing
A hardware-accelerated 9-hit box blur of an image
BoxBlurFilter() - Constructor for class project.android.imageprocessing.filter.processing.BoxBlurFilter
 
BrightnessFilter - Class in project.android.imageprocessing.filter.colour
A image brightness adjusting filter extension of BasicFilter.
BrightnessFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.BrightnessFilter
Creates a ImageBrightnessFilter that adds a given amount to red, green and blue.
BulgeDistortionFilter - Class in project.android.imageprocessing.filter.effect
Creates a bulge distortion on the image radius: The radius from the center to apply the distortion (in normalized coordinates from 0 - 1.0) center: The center of the image (in normalized coordinates from 0 - 1.0) about which to distort scale: The amount of distortion to apply, from -1.0 to 1.0
BulgeDistortionFilter(PointF, float, float, float) - Constructor for class project.android.imageprocessing.filter.effect.BulgeDistortionFilter
 

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