hades.models.imaging
Class SobelXFilter

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

public class SobelXFilter
extends ConvolutionFilter

SobelXFilter - 3x3 Sobel 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
SobelXFilter()
           
 
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

SobelXFilter

public SobelXFilter()
Method Detail

getKernelCoeffs

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