histo

[ XITE Reference Manual | XITE home ]

Name

histo - Functions for histogram transformations

Description

A collection of definitions and procedures for creating and manipulating histograms. Include the file <xite/histo.h> and see help about each individual routine:

 combineTransf - combine two histogram transformations
 histoEq       - perform histogram equalization
 histoEqCol    - histoEq using color table
 histoNorm     - perform histogram normalization
 histoSpecify  - create specified histo. transf.
 histoTransf   - perform specified histo. transf.
 invertHisto   - invert histogram transformation
 mkCumHisto    - make cumulative histogram
 mkHisto       - make histogram
 scaleHisto    - scale histogram to a range
 scaled2col    - create color table from a transf.

See also

histoEq(3), histoEqCol(3), histoNorm(3), histoTransf(3), scaleHisto(3), invertHisto(3), histoSpecify(3), scaled2col(3)

Author

Tor Lønnestad

Id

$Id: histo.c,v 1.9 1995/10/27 10:48:51 svein Exp $