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

  1. * Some image enhancement by ThH.
  2. * the source image should be in A
  3. *
  4. hist       * display the histogram
  5. nlapl a b  * laplace filter
  6. add a b    * add to original
  7. equal b c  * stretch the contrast
  8. hist c     * display the histogram of the result
  9. gdisp a    * remove the histogram 
  10. gdisp c    * remove the histogram 
  11.