| Package | Description |
|---|---|
| com.alkacon.simapi.filter |
| Modifier and Type | Class and Description |
|---|---|
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 |