net.grelf
Interface Gaussian

All Known Implementing Classes:
Gaussian_

public interface Gaussian

Calculate values of the Gaussian curve. For use in convolutions.


Method Summary
 float calc(float x)
          Calculate a y value, given x
 

Method Detail

calc

float calc(float x)
Calculate a y value, given x