|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.image.filter.Filter
|
+--net.aerith.misao.image.filter.EqualizeFilter
The EqualizeFilter is an image processing filter to
equalize the image. The result is stored in the original image.
| Field Summary | |
protected int |
filter_size
The area size to calculate median value. |
| Fields inherited from class net.aerith.misao.image.filter.Filter |
monitor_set |
| Constructor Summary | |
EqualizeFilter()
Constructs a filter. |
|
EqualizeFilter(int initial_filter_size)
Constructs a filter with initial filter size. |
|
| Method Summary | |
MonoImage |
operate(MonoImage image)
Operates the image processing filter and stores the result into the original image buffer. |
void |
setFilterSize(int new_filter_size)
Sets the filter size. |
| Methods inherited from class net.aerith.misao.image.filter.Filter |
addMonitor,
setMonitor |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected int filter_size
| Constructor Detail |
public EqualizeFilter()
public EqualizeFilter(int initial_filter_size)
initial_filter_size - the initial value of filter size.| Method Detail |
public void setFilterSize(int new_filter_size)
new_filter_size - the new value of filter size.public MonoImage operate(MonoImage image)
image - the original image to process.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||