home *** CD-ROM | disk | FTP | other *** search
- * shading correction by subtraction of
- * the background.
- * background is calculated by maxmin filtering
- * source image should be in A, result in B.
- *
- * calculate the background by
- * maxmin filtering
- lmax A,B,31 * max filter
- lmin B,B,31 * min filter
- sub A,B,255 * subtract background
-