edu.jhu.ece.iacl.jist.structures.image
Class GaussianArrayKernel

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.image.GaussianArrayKernel
All Implemented Interfaces:
ConvolutionArrayKernel

public class GaussianArrayKernel
extends java.lang.Object
implements ConvolutionArrayKernel

Create one-dimensional guassian kernel with specified sigma.

Author:
Blake Lucas

Constructor Summary
GaussianArrayKernel(double sx)
          Create gaussian kernel for specified sigma.
 
Method Summary
 double[] getArray()
          Gets the array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaussianArrayKernel

public GaussianArrayKernel(double sx)
Create gaussian kernel for specified sigma.

Parameters:
sx - sigma
Method Detail

getArray

public double[] getArray()
Description copied from interface: ConvolutionArrayKernel
Gets the array.

Specified by:
getArray in interface ConvolutionArrayKernel
Returns:
the array