hades.models.imaging
Class EdgeXFilter

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

public class EdgeXFilter
extends ConvolutionFilter

EdgeXFilter - 3x3 Edge filter.

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

EdgeXFilter

public EdgeXFilter()
Method Detail

getKernelCoeffs

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