Class SobelFilter.MagnitudeFilter

java.lang.Object
com.xinapse.filter.SobelFilter.MagnitudeFilter
All Implemented Interfaces:
SpatialFilter
Enclosing class:
SobelFilter

public static class SobelFilter.MagnitudeFilter extends Object implements SpatialFilter
A {SpatialFilter for producing the magnitude of the gradient of an image. This filter combines the x, y an z Soble filters to calculate the magnitude of the gradient.