Class medianSmooth

java.lang.Object
  |
  +--operator
        |
        +--operator2DDouble
              |
              +--convolution
                    |
                    +--medianSmooth

public class medianSmooth
extends convolution


Fields inherited from class operator
box, name, panel, parameters, type
 
Constructor Summary
medianSmooth()
           
medianSmooth(javax.swing.JPanel panel, linkData links)
           
 
Method Summary
 void go()
           
 
Methods inherited from class convolution
getNumber, intscaleclip, loadParameters, saveParameters, scaleclip
 
Methods inherited from class operator2DDouble
getInput1, getInput2, getOutput1, getOutput2, link1To1, link1To2, link2To1, link2To2, setInput1, setInput2
 
Methods inherited from class operator
getBox, getName, getParameters, getType, propagate, propagateSingleLink, saveOperator, setBox, setName, setType, showParameters, updateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

medianSmooth

public medianSmooth()

medianSmooth

public medianSmooth(javax.swing.JPanel panel,
                    linkData links)
Method Detail

go

public void go()
Overrides:
go in class convolution