| 程序包 | 说明 |
|---|---|
| cn.apiclub.captcha.filter.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
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.
|
Copyright © 2015. All rights reserved.