IMHIST
From Jacket Wiki
Back to Function List, Image Processing Library
Compute histogram of image data
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
bins = imhist(I) bins = imhist(I, n) [bins,x] = imhist(I,..) |
|||||||||||
|
|||||||||||
Notes
- Data of classes INT16, UINT16 is not supported.
- The Histogram is computed and returned as a GPU array. It is not plotted.
- The returned histogram array is of class GSINGLE for all types of input data, except GDOUBLE - for which the histogram is also a GDOUBLE array.