Uses of Class
project.android.imageprocessing.filter.processing.SobelEdgeDetectionFilter

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

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

Subclasses of SobelEdgeDetectionFilter in project.android.imageprocessing.filter.effect
 class SketchFilter
          Converts video to look like a sketch.
 

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

Subclasses of SobelEdgeDetectionFilter in project.android.imageprocessing.filter.processing
 class DirectionalSobelEdgeDetectionFilter
          Currently only used as part of the CannyEdgeDetectionFilter