Uses of Class
com.jhlabs.image.BinaryFilter

Packages that use BinaryFilter
com.jhlabs.image   
 

Uses of BinaryFilter in com.jhlabs.image
 

Subclasses of BinaryFilter in com.jhlabs.image
 class DilateFilter
          Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
 class ErodeFilter
          Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
 class LifeFilter
           
 class OutlineFilter
          Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
 class SkeletonFilter