eyes histogram Computes a histogram of image intensities

Creates a histogram of pixel intensities. Each plane of color is treade as a separte histogram.

Inlets & Arguments:
#
Name
Arg
Description
1
image
n/a
Eyes Image, standard operator messages see: eyes messages
2
Expected Low
l
Expect low of inensities in the image. default is 0.
3
Expected High
h
Expect high of inensities in the image. default is 255.
4
Keep Limits
k
Flag that specifies if the range of intensities should be kept constant or adjusted as the pixels in the image adjust.

Outlets:
#
Name Description
1
histogram attached image Image has histogram data type attached to it.
2
histogram Histogram by itself as a new data type (see hdisplay)

Messages:

Standard messages
Accepts all messages sent to the eyes object. See eyes messages.

Argument messages
None

Example:

Six color histogram from a r,g,b,r-g,g-b,b-r image.
See Also:
hdisplay