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

T

ThresholdEdgeDetectionFilter - Class in project.android.imageprocessing.filter.processing
Performs Sobel edge detection, but applies a threshold instead of giving gradual strength value threshold: Any edge above this threshold will be black, and anything below white.
ThresholdEdgeDetectionFilter(float) - Constructor for class project.android.imageprocessing.filter.processing.ThresholdEdgeDetectionFilter
 
ThresholdSketchFilter - Class in project.android.imageprocessing.filter.effect
Same as the sketch filter, only the edges are thresholded instead of being grayscale
ThresholdSketchFilter(float) - Constructor for class project.android.imageprocessing.filter.effect.ThresholdSketchFilter
 
TiltShiftFilter - Class in project.android.imageprocessing.filter.processing
A simulated tilt shift lens effect blurSize: A multiplier for the size of the out-of-focus blur, ranging from 0.0 on up topFocusLevel: The normalized location of the top of the in-focus area in the image, this value should be lower than bottomFocusLevel bottomFocusLevel: The normalized location of the bottom of the in-focus area in the image, this value should be higher than topFocusLevel focusFallOffRate: The rate at which the image gets blurry away from the in-focus region
TiltShiftFilter(float, float, float, float) - Constructor for class project.android.imageprocessing.filter.processing.TiltShiftFilter
 
ToneCurveFilter - Class in project.android.imageprocessing.filter.colour
Adjusts the colors of an image based on spline curves for each color channel.
ToneCurveFilter(Point[], Point[], Point[], Point[]) - Constructor for class project.android.imageprocessing.filter.colour.ToneCurveFilter
 
ToonFilter - Class in project.android.imageprocessing.filter.effect
This uses Sobel edge detection to place a black border around objects, and then it quantizes the colors present in the image to give a cartoon-like quality to the image.
ToonFilter(float, float) - Constructor for class project.android.imageprocessing.filter.effect.ToonFilter
 
TransformFilter - Class in project.android.imageprocessing.filter.processing
Applies an abitrary transform to the image.
TransformFilter(float[], boolean, boolean) - Constructor for class project.android.imageprocessing.filter.processing.TransformFilter
 
TwoPassFilter - Class in project.android.imageprocessing.filter
An extension of BasicFilter.
TwoPassFilter() - Constructor for class project.android.imageprocessing.filter.TwoPassFilter
 
TwoPassMultiPixelFilter - Class in project.android.imageprocessing.filter
An extension of TwoPassFilter.
TwoPassMultiPixelFilter() - Constructor for class project.android.imageprocessing.filter.TwoPassMultiPixelFilter
 

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