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

C

CameraPreviewInput - Class in project.android.imageprocessing.input
A Camera input extension of CameraPreviewInput.
CameraPreviewInput(GLSurfaceView) - Constructor for class project.android.imageprocessing.input.CameraPreviewInput
Creates a CameraPreviewInput which captures the camera preview with all the default camera parameters and settings.
CannyEdgeDetectionFilter - Class in project.android.imageprocessing.filter.processing
This uses the full Canny process to highlight one-pixel-wide edges blurSize: A multiplier for the prepass blur size, ranging from 0.0 on up upperThreshold: Any edge with a gradient magnitude above this threshold will pass and show up in the final result lowerThreshold: Any edge with a gradient magnitude below this threshold will fail and be removed from the final result
CannyEdgeDetectionFilter(float, float, float) - Constructor for class project.android.imageprocessing.filter.processing.CannyEdgeDetectionFilter
 
CGAColourSpaceFilter - Class in project.android.imageprocessing.filter.effect
Simulates the colorspace of a CGA monitor
CGAColourSpaceFilter() - Constructor for class project.android.imageprocessing.filter.effect.CGAColourSpaceFilter
 
ChromaKeyBlendFilter - Class in project.android.imageprocessing.filter.blend
Selectively replaces a color in the first image with the second image colour: The colour to match with thresholdSensitivity: How close a color match needs to exist to the target color to be replaced smoothing: How smoothly to blend for the color match
ChromaKeyBlendFilter(float[], float, float) - Constructor for class project.android.imageprocessing.filter.blend.ChromaKeyBlendFilter
 
ChromaKeyFilter - Class in project.android.imageprocessing.filter.colour
For a given color in the image, sets the alpha channel to 0.
ChromaKeyFilter(float[], float, float) - Constructor for class project.android.imageprocessing.filter.colour.ChromaKeyFilter
 
clearRegisteredFilterLocations() - Method in class project.android.imageprocessing.filter.MultiInputFilter
Removes all currently registered filters from filter location list.
ClosingFilter - Class in project.android.imageprocessing.filter.processing
This performs a dilation on the red channel of an image, followed by an erosion of the same radius.
ClosingFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.ClosingFilter
 
ClosingRGBFilter - Class in project.android.imageprocessing.filter.processing
This is the same as the ClosingFilter, except that this acts on all color channels, not just the red channel.
ClosingRGBFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.ClosingRGBFilter
 
ColourBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a color blend of two images
ColourBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.ColourBlendFilter
 
ColourBurnBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a color burn blend of two images
ColourBurnBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.ColourBurnBlendFilter
 
ColourDodgeBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a color dodge blend of two images
ColourDodgeBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.ColourDodgeBlendFilter
 
ColourInvertFilter - Class in project.android.imageprocessing.filter.colour
Inverts the colors of an image
ColourInvertFilter() - Constructor for class project.android.imageprocessing.filter.colour.ColourInvertFilter
 
ColourMatrixFilter - Class in project.android.imageprocessing.filter.colour
A colour matrix filter implementation of BasicFilter.
ColourMatrixFilter(float[], float) - Constructor for class project.android.imageprocessing.filter.colour.ColourMatrixFilter
Creates a ColourMatrixFilter with the given matrix as the multiplicand and the given intensity as the percentage of the colorMatrix product that should be factor into the output.
CompositeFilter - Class in project.android.imageprocessing.filter
An extension of a MultiInputFilter.
CompositeFilter(int) - Constructor for class project.android.imageprocessing.filter.CompositeFilter
Creates a CompositeFilter with the default BasicFilter shaders that takes in a given number of inputs
CompositeMultiPixelFilter - Class in project.android.imageprocessing.filter
An extension of MultiInputPixelFilter.
CompositeMultiPixelFilter(int) - Constructor for class project.android.imageprocessing.filter.CompositeMultiPixelFilter
Creates a CompositeMultiPixelFilter with the default BasicFilter shaders that takes in a given number of inputs
ContrastFilter - Class in project.android.imageprocessing.filter.colour
A contrast filter extension of BasicFilter.
ContrastFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.ContrastFilter
Creates an ImageContrastFilter that will adjust contrast by a given amount.
ConvolutionFilter - Class in project.android.imageprocessing.filter.processing
A basic convolution filter implementation of the MultiPixelRenderer.
ConvolutionFilter(float[], int, int) - Constructor for class project.android.imageprocessing.filter.processing.ConvolutionFilter
 
CropFilter - Class in project.android.imageprocessing.filter.processing
This crops an image to a specific region, then passes only that region on to the next stage in the filter cropRegion: A rectangular area to crop out of the image, normalized to coordinates from 0.0 - 1.0.
CropFilter(float, float, float, float) - Constructor for class project.android.imageprocessing.filter.processing.CropFilter
 
CrosshatchFilter - Class in project.android.imageprocessing.filter.effect
This converts an image into a black-and-white crosshatch pattern crossHatchSpacing: The fractional width of the image to use as the spacing for the crosshatch.
CrosshatchFilter(float, float) - Constructor for class project.android.imageprocessing.filter.effect.CrosshatchFilter
 

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