home *** CD-ROM | disk | FTP | other *** search
- * example of contrast stretching and
- * histogram equalization
- *
- read moon a * read the moon image
- don 2 * use display contrast stretching
- copy a b * .. from now on
- don * back to normal display
- equ a c * performs histogram equalization
- hist a * display histogram of A
- hist c * display histogram of C
-