Plots a color histogram from a dataframe as returned by
getImageHist, getHistList, or
extractClusters. Bars are colored according to the color of the
bin.
Usage
plotHist(
histogram,
pausing = TRUE,
color.space = "rgb",
ref.white,
from = "sRGB",
main = "default",
...
)
Arguments
histogram
A single dataframe or a list of dataframes as returned by
getLabHist, getLabHistList, or
extractClusters. First three columns must be color
coordinates and fourth column must be cluster size.
pausing
Logical. Pause and wait for keystroke before plotting the next
histogram?
color.space
The color space ("rgb", "hsv", or
"lab") in which to plot cluster histogram.