public class Smoothing extends AbstractImageProcessor
imageKey| Constructor and Description |
|---|
Smoothing() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput() |
Integer |
getWindowSize() |
void |
init(stream.ProcessContext ctx) |
stream.Data |
process(stream.Data item,
ImageRGB img) |
void |
setOutput(String output)
Setter for the Parameter Output
|
void |
setWeighted(Boolean weighted) |
void |
setWindowSize(Integer windowSize) |
getImage, process, setImagepublic Integer getWindowSize()
public void setWindowSize(Integer windowSize)
windowSize - the windowSize to setpublic void setWeighted(Boolean weighted)
public String getOutput()
public void setOutput(String output)
output - The name/key under which the smoothed Image is stored. If this
name equals the name of the input image, the input image is
going to be overwritten.public void init(stream.ProcessContext ctx)
throws Exception
init in interface stream.StatefulProcessorinit in class stream.AbstractProcessorExceptionpublic stream.Data process(stream.Data item,
ImageRGB img)
process in class AbstractImageProcessorCopyright © 2013. All Rights Reserved.