public class ColorHistogram extends AbstractImageProcessor
imageKeyDEFAULT_IMAGE_KEY| Constructor and Description |
|---|
ColorHistogram() |
| Modifier and Type | Method and Description |
|---|---|
stream.Data |
process(stream.Data item,
ImageRGB img) |
void |
setBins(Integer bins) |
void |
setColorchannel(String colorchannel) |
getImage, process, setImage@Parameter(description="Sets the number of bins the color channel is discretized into.") public void setBins(Integer bins)
@Parameter(description="Sets the color channel the histogram is computed for.") public void setColorchannel(String colorchannel)
public stream.Data process(stream.Data item,
ImageRGB img)
process in interface ImageProcessorprocess in class AbstractImageProcessorCopyright © 2015. All rights reserved.