Uses of Class
project.android.imageprocessing.filter.MultiInputPixelFilter

Packages that use MultiInputPixelFilter
project.android.imageprocessing.filter   
project.android.imageprocessing.filter.effect   
project.android.imageprocessing.filter.processing   
 

Uses of MultiInputPixelFilter in project.android.imageprocessing.filter
 

Subclasses of MultiInputPixelFilter in project.android.imageprocessing.filter
 class CompositeMultiPixelFilter
          An extension of MultiInputPixelFilter.
 

Uses of MultiInputPixelFilter in project.android.imageprocessing.filter.effect
 

Subclasses of MultiInputPixelFilter in project.android.imageprocessing.filter.effect
 class SketchFilter
          Converts video to look like a sketch.
 class ThresholdSketchFilter
          Same as the sketch filter, only the edges are thresholded instead of being grayscale
 

Uses of MultiInputPixelFilter in project.android.imageprocessing.filter.processing
 

Subclasses of MultiInputPixelFilter in project.android.imageprocessing.filter.processing
 class DirectionalSobelEdgeDetectionFilter
          Currently only used as part of the CannyEdgeDetectionFilter
 class SobelEdgeDetectionFilter
          Sobel edge detection, with edges highlighted in white
 class ThresholdEdgeDetectionFilter
          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.