histoEq

[ XITE Reference Manual | XITE home ]

Name

histoEq - histogram equalization

Syntax

histoEq <inimage> <outimage> [<graylevels>]

Description

histoEq makes a new image with the size of the input image. Every band in the output image is a histogram equalized version of the corresponding band in the input image. Default number of graylevels in the output image is 256.

Restrictions

inimage must have bands with pixel type unsigned byte.

See also

Author

Tor Lønnestad, BLAB, Ifi, UiO

Examples

 histoEq mona.img monaEq.img
 histoEq mona.img monaEq.img 127

Id

$Id: histoEq.c,v 1.21 1997/01/14 13:01:05 svein Exp $