public class AverageRGB extends AbstractImageProcessor
imageKeyDEFAULT_IMAGE_KEY| Constructor and Description |
|---|
AverageRGB() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIncludeRatios()
Delivers, if the processor is including the ratios or not.
|
stream.Data |
process(stream.Data item,
ImageRGB img) |
void |
setIncludeRatios(boolean includeRatios)
If desired, the processor includes the ration between the color channels.
|
getImage, process, setImagepublic void setIncludeRatios(boolean includeRatios)
includeRatios - public Boolean getIncludeRatios()
public stream.Data process(stream.Data item,
ImageRGB img)
process in interface ImageProcessorprocess in class AbstractImageProcessorCopyright © 2014. All Rights Reserved.