HISTEQ

From Jacket Wiki

Jump to: navigation, search
Back to Function List, Image Processing Library

Histogram Equalization

Usage

Jacket for M Language
    Supported Syntax
    
J = histeq(I, hgram)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GSINGLE 

Types Not Supported

-  GDOUBLE   GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/histeq.html
More Details
  • histeq only supports the range [0-255] for now
  • ex: J = histeq(I, hist(I, 256));

Notes

  • HISTEQ is only supported for GSINGLE data.
  • histeq only supports the range [0-255] for now

See Also

BRIGHTEN, IMADJUST, IMHIST

Views
Personal tools