hades.models.imaging
Class Gauss3Filter

java.lang.Object
  extended byhades.simulator.SimObject
      extended byhades.models.imaging.SimpleFilter
          extended byhades.models.imaging.ConvolutionFilter
              extended byhades.models.imaging.Gauss3Filter
All Implemented Interfaces:
java.lang.Cloneable, ContextToolTip, java.io.Serializable, Simulatable

public class Gauss3Filter
extends ConvolutionFilter

Gauss3Filter - a general convolution filter for RGB images

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hades.models.imaging.SimpleFilter
inputImage, outputImage, port_A, port_Y, t_delay
 
Fields inherited from class hades.simulator.SimObject
classloader, console, debug, editor, name, parent, ports, propertySheet, simulator, symbol, versionId, visible
 
Constructor Summary
Gauss3Filter()
           
 
Method Summary
 float[] getKernelCoeffs()
           
 
Methods inherited from class hades.models.imaging.ConvolutionFilter
filter
 
Methods inherited from class hades.models.imaging.SimpleFilter
configure, elaborate, evaluate, getBufferedImage, getClone, initialize, msg, toString, write
 
Methods inherited from class hades.simulator.SimObject
constructDynamicSymbol, copy, getBindkey, getClassLoader, getDebug, getEditor, getExternalResources, getFullName, getName, getParent, getPort, getPorts, getPropertySheet, getResourceAsStream, getSimulator, getSymbol, getSymbolResourceName, getToolTip, getVersionId, isVisible, keyPressed, message, mousePressed, needsDynamicSymbol, needsExternalResources, setClassLoader, setConsole, setDebug, setEditor, setName, setParent, setPorts, setSimulator, setSymbol, setVersionId, setVisible, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hades.simulator.Simulatable
message
 

Constructor Detail

Gauss3Filter

public Gauss3Filter()
Method Detail

getKernelCoeffs

public float[] getKernelCoeffs()
Overrides:
getKernelCoeffs in class ConvolutionFilter