home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / graphics / aim / _aim / macros / demo1 < prev    next >
Encoding:
Text File  |  1990-09-07  |  181 b   |  6 lines

  1. * demo of histogram equalization
  2. read moon a * read the moon image
  3. equ a b     * performs the equalization
  4. hist a      * display histogram of A
  5. hist b      * display histogram of B
  6.