|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryFilter | |
---|---|
railo.runtime.img.filter |
Uses of BinaryFilter in railo.runtime.img.filter |
---|
Subclasses of BinaryFilter in railo.runtime.img.filter | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |