public class BorderDetection extends AbstractImageProcessor
imageKey| Constructor and Description |
|---|
BorderDetection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput() |
int |
getTolerance() |
stream.Data |
process(stream.Data item,
ImageRGB img) |
void |
setOutput(String output) |
void |
setTolerance(int tolerance) |
getImage, process, setImagepublic String getOutput()
public void setOutput(String output)
output - The name/key of the output image is stored. If this name
equals the name of the input image, the input image is going
to be overwritten.public int getTolerance()
public void setTolerance(int tolerance)
public stream.Data process(stream.Data item,
ImageRGB img)
process in class AbstractImageProcessorCopyright © 2013. All Rights Reserved.