public class TurboRedDiffImage extends AbstractImageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected ImageRGB |
lastImage |
protected String |
output |
protected int |
threshold |
imageKey| Constructor and Description |
|---|
TurboRedDiffImage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput() |
int |
getThreshold() |
stream.Data |
process(stream.Data item,
ImageRGB img) |
void |
setOutput(String output) |
void |
setThreshold(int threshold) |
getImage, process, setImageprotected ImageRGB lastImage
protected int threshold
protected String output
public int getThreshold()
public void setThreshold(int threshold)
public String getOutput()
public void setOutput(String output)
output - the output to setpublic stream.Data process(stream.Data item,
ImageRGB img)
process in class AbstractImageProcessorCopyright © 2013. All Rights Reserved.