|
|||||||||
| 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.RemoveLatticePatternFilter
The RemoveLatticePatternFilter is an image processing
filter to remove lattice pattern from the specified image. The
result is stored in the new image.
| Fields inherited from class net.aerith.misao.image.filter.Filter |
monitor_set |
| Constructor Summary | |
RemoveLatticePatternFilter()
Constructs a filter. |
|
| Method Summary | |
MonoImage |
operate(MonoImage image)
Operates the image processing filter and creates the new image buffer. |
| Methods inherited from class net.aerith.misao.image.filter.Filter |
addMonitor,
setMonitor |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public RemoveLatticePatternFilter()
| Method Detail |
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 | ||||||||