home *** CD-ROM | disk | FTP | other *** search
- * edge filter
- don 2 * use contrast stretching
- read trui * read image
- lmin A,B,15 * local minimum
- lmax A,C,15 * local maximum
- sub A,B * difference with original
- sub C,A * idem for maximum
- mini B,A * take minimum of these
- read trui,B * and show original
- don * back to normal display
-