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 |
A filter which performs one round of the game of Life on an image.
|
class |
OutlineFilter |
Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
|
class |
SkeletonFilter |
A filter which reduces a binary image to a skeleton.
|