org.jmage.filter.spatial
Class LowPassFilter

java.lang.Object
  extended by org.jmage.filter.spatial.ConvolutionFilter
      extended by org.jmage.filter.spatial.Convolution3x3Filter
          extended by org.jmage.filter.spatial.LowPassFilter
All Implemented Interfaces:
ImageFilter

public class LowPassFilter
extends Convolution3x3Filter

LowPassFilter reduces detail in the image.


Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
LowPassFilter()
          Creates a LowPassFilter
 
Method Summary
 
Methods inherited from class org.jmage.filter.spatial.Convolution3x3Filter
filter
 
Methods inherited from class org.jmage.filter.spatial.ConvolutionFilter
normalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Constructor Detail

LowPassFilter

public LowPassFilter()
Creates a LowPassFilter



Copyright © 2004-2008 Sourceforge. All Rights Reserved.