public abstract class AbstractImageProcessor extends stream.AbstractProcessor implements ImageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected String |
imageKey |
DEFAULT_IMAGE_KEY| Constructor and Description |
|---|
AbstractImageProcessor() |
protected String imageKey
public String getImage()
@Parameter(description="The name of the attribute that contains the byte array data of the encoded image or the ImageRGB object (if previously been decoded). Default value is: `frame:image`.",
required=false)
public void setImage(String data)
data - the data to setpublic stream.Data process(stream.Data input)
process in interface stream.ProcessorProcessor.process(stream.Data)public abstract stream.Data process(stream.Data item,
ImageRGB img)
process in interface ImageProcessorCopyright © 2015. All rights reserved.