net.aerith.misao.image.filter
Class BackgroundEstimationFilter

java.lang.Object
  |
  +--net.aerith.misao.image.filter.Filter
        |
        +--net.aerith.misao.image.filter.BackgroundEstimationFilter

public class BackgroundEstimationFilter
extends Filter

The BackgroundEstimationFilter is an image processing filter to create the background image. The result is stored in the new image.


Fields inherited from class net.aerith.misao.image.filter.Filter
monitor_set
 
Constructor Summary
BackgroundEstimationFilter()
          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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BackgroundEstimationFilter

public BackgroundEstimationFilter()
Constructs a filter.
Method Detail

operate

public MonoImage operate(MonoImage image)
Operates the image processing filter and creates the new image buffer.
Overrides:
operate in class Filter
Parameters:
image - the original image to process.
Returns:
the new image buffer.