Uses of Package
project.android.imageprocessing.filter.processing

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

Classes in project.android.imageprocessing.filter.processing used by project.android.imageprocessing.filter.effect
ConvolutionFilter
          A basic convolution filter implementation of the MultiPixelRenderer.
SobelEdgeDetectionFilter
          Sobel edge detection, with edges highlighted in white
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.
 

Classes in project.android.imageprocessing.filter.processing used by project.android.imageprocessing.filter.processing
GaussianBlurPositionFilter
          The inverse of the GaussianSelectiveBlurFilter, applying the blur only within a certain circle blurSize: A multiplier for the size of the blur, ranging from 0.0 on up blurCenter: Center for the blur blurRadius: Radius for the blur
SobelEdgeDetectionFilter
          Sobel edge detection, with edges highlighted in white