org.jmage.filter.spatial
Class ConvolutionFilter

java.lang.Object
  extended by org.jmage.filter.spatial.ConvolutionFilter
All Implemented Interfaces:
ImageFilter
Direct Known Subclasses:
Convolution3x3Filter, Convolution5x5Filter

public abstract class ConvolutionFilter
extends java.lang.Object
implements ImageFilter

Abstract base class for Convolution Filters


Constructor Summary
ConvolutionFilter()
           
 
Method Summary
 void normalize()
          Normalizes the convolution matrix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jmage.filter.ImageFilter
filter
 

Constructor Detail

ConvolutionFilter

public ConvolutionFilter()
Method Detail

normalize

public void normalize()
Normalizes the convolution matrix. Makes sure the values translate as fractions of 1.



Copyright © 2004-2008 Sourceforge. All Rights Reserved.