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

E

EmbossFilter - Class in project.android.imageprocessing.filter.effect
Applies an embossing effect on the image intensity: The strength of the embossing, from 0.0 to 4.0, with 1.0 as the normal level
EmbossFilter(float) - Constructor for class project.android.imageprocessing.filter.effect.EmbossFilter
 
ErosionFilter - Class in project.android.imageprocessing.filter.processing
This performs an image erosion operation, where the minimum intensity of the red channel in a rectangular neighborhood is used for the intensity of this pixel.
ErosionFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.ErosionFilter
 
ErosionRGBFilter - Class in project.android.imageprocessing.filter.processing
This is the same as the ErosionFilter, except that this acts on all color channels, not just the red channel.
ErosionRGBFilter(int) - Constructor for class project.android.imageprocessing.filter.processing.ErosionRGBFilter
 
ExclusionBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies an exclusion blend of two images
ExclusionBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.ExclusionBlendFilter
 
ExposureFilter - Class in project.android.imageprocessing.filter.colour
A exposure filter extension of RGBFilter.
ExposureFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.ExposureFilter
Creates a ImageExposureFilter with the given adjustment to exposure.

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