|
|
|||
|
|
ImageHistogram |
| ImageHistogram[image] plots a histogram of the pixel levels for each channel in image. |
| ImageHistogram[image, n] uses n levels for each channel. |
| ImageHistogram[image, n, {min, max}] puts all values into n bins between min and max. |
| "RGB" | show RGB channel values and overlapping colors | |
| "Separated" | make separate histograms for each channel | |
| "Stacked" | stack values for each channel | |
| "Transparent" | show channels overlapping using transparency |