Class KernelInterface

java.lang.Object
  |
  +--KernelInterface

public class KernelInterface
extends java.lang.Object

The interface for the laplacian of gaussian kernel size and theta selection.


Constructor Summary
KernelInterface()
           
 
Method Summary
 javax.swing.JPanel createPanel()
          Creates the interface panel for inclusion in the laplacian of gaussian GUI.
 int getKernelSize()
           
 double getTheta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelInterface

public KernelInterface()
Method Detail

createPanel

public javax.swing.JPanel createPanel()
Creates the interface panel for inclusion in the laplacian of gaussian GUI.

getKernelSize

public int getKernelSize()
Returns:
The kernel size (-1 if something wrong with input).

getTheta

public double getTheta()
Returns:
The theta value (-1 if something wrong with input).