convolution vs. transform

Allen Akin akin@pobox.com
Sun, 25 Jan 2004 09:36:39 -0800


On Mon, Jan 26, 2004 at 02:20:27AM +1100, Jaymz Julian wrote:
| a) Which would be considered the correct order to do things in, 
| convole -> transform -> composite, or transform -> convole -> composite?

Sometimes the two steps can be combined, and sometimes no filtering is
necessary, but in general you need to filter before transforming.

A good introduction to this sort of thing is "Digital Image Warping" by
George Wolberg.

Allen