org.jmage.filter.spatial
Class SharpenFilter

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

public class SharpenFilter
extends Convolution3x3Filter

Basic image sharpening filter.


Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
SharpenFilter()
          Creates a SharpenFilter
 
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

SharpenFilter

public SharpenFilter()
Creates a SharpenFilter



Copyright © 2004-2008 Sourceforge. All Rights Reserved.