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

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

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

Subclasses of CompositeMultiPixelFilter 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 CompositeMultiPixelFilter in project.android.imageprocessing.filter.processing
 

Subclasses of CompositeMultiPixelFilter 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.