Package spiral.digitalize.filters

Interface Summary
BinaryFunction This class is part of package downloaded from JH Labs - filters Title: JH Labs - filters Description: Interface for implementing functions over binary images Copyright: Copyright (C) Jerry Huxtable 1998 Company:
Colormap This class is part of package downloaded from JH Labs - filters Title: JH Labs - filters Description: An interface for color maps.
 

Class Summary
BinaryFilter This class is part of package downloaded from JH Labs - filters Title: JH Labs - filters Description: Superclass for implementing filters over binary images Copyright: Copyright (C) Jerry Huxtable 1998 Company:
BlackFunction This class is part of package downloaded from JH Labs - filters * Title: JH Labs - filters * Description: Superclass for identifying black in binary images * Copyright: Copyright (C) Jerry Huxtable 1998 * Company: * @author Jerry Huxtable * @version 1.0
DilateFilter This class is part of package downloaded from JH Labs - filters Title: JH Labs - filters Description: Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
SkeletonFilter This class is part of package downloaded from JH Labs - filters
Based on an algorithm by Zhang and Suen (CACM, March 1984, 236-239).
ThresholdFilter  
WholeImageFilter This class is part of package downloaded from JH Labs - filters Title: JH Labs - filters Description: A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.