|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.filtering.multiprojection.blocks.ImageProcessingBlock
edu.stanford.rsl.konrad.filtering.multiprojection.blocks.BilateralFilter3DBlock
public class BilateralFilter3DBlock
Class implements the processing for a straight forward 3D bilateral filter. Implementation does not use any kind of speed ups. Use only with small values for width! Otherwise the filter may take extremely long to finish the computation.
Constructor Summary | |
---|---|
BilateralFilter3DBlock()
|
Method Summary | |
---|---|
ImageProcessingBlock |
clone()
|
void |
configure()
Configures the object before execution |
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.blocks.ImageProcessingBlock |
---|
getInputBlock, getOutputBlock, isConfigured, prepareForSerialization, run, setInputBlock, setLatch, setOutputBlock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BilateralFilter3DBlock()
Method Detail |
---|
public ImageProcessingBlock clone()
clone
in class ImageProcessingBlock
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |