hades.models.imaging
Class Gauss5Filter

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

public class Gauss5Filter
extends ConvolutionFilter

Gauss5Filter - 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
Gauss5Filter()
           
 
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

Gauss5Filter

public Gauss5Filter()
Method Detail

getKernelCoeffs

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