hades.models.imaging
Class Laplace3Filter

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

public class Laplace3Filter
extends ConvolutionFilter

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

Laplace3Filter

public Laplace3Filter()
Method Detail

getKernelCoeffs

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