IMHIST

From Jacket Wiki

Jump to: navigation, search
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,..)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   GINT32   GINT8   GUINT32   GUINT8 

Types Not Supported

-  GLOGICAL   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/help/toolbox/images/ref/imhist.html

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.

See Also

HIST

Views
Personal tools