scenic.filter
Class CubicKernel

java.lang.Object
  extended by scenic.filter.Kernel
      extended by scenic.filter.SeparableKernel
          extended by scenic.filter.CubicKernel

public class CubicKernel
extends SeparableKernel

Cubic filter kernel.


Constructor Summary
CubicKernel(double b, double c)
           
 
Method Summary
 double getValue(double t)
           
 
Methods inherited from class scenic.filter.SeparableKernel
getValue
 
Methods inherited from class scenic.filter.Kernel
createImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubicKernel

public CubicKernel(double b,
                   double c)
Method Detail

getValue

public double getValue(double t)
Specified by:
getValue in class SeparableKernel