volume
Class CentralDiff

java.lang.Object
  extended by volume.Kernel
      extended by volume.Kernel1D
          extended by volume.CentralDiff

public class CentralDiff
extends Kernel1D

This class implements a four point central difference gradient kernel. (c) 1999-2002 Michael Abramoff. All rights reserved.


Field Summary
 
Fields inherited from class volume.Kernel1D
k
 
Fields inherited from class volume.Kernel
halfwidth
 
Constructor Summary
CentralDiff()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class volume.Kernel1D
kernelToString
 
Methods inherited from class volume.Kernel
support
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CentralDiff

public CentralDiff()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Kernel1D