histoEqCol

[ XITE Reference Manual | XITE home ]

Name

histoEqCol - histogram equalization color table

Syntax

 #include <xite/histo.h>

 void histoEqCol( IBAND b, Color_tab ct,
    int graylevels );

Description

Make a color table doing histogram equalization of a band. Assuming byte pixels.

 b  - input band
 ct - output color table
 graylevels : max number of levels in color table

Return value

Author

Tor L|nnestad

Id

$Id: histoEqCol.c,v 1.19 1996/11/08 14:04:00 svein Exp $