Abstract :
Discusses building a system that will let us perform a search and replace on raster images. if we provide a source picture, a target image, and a replacement image, the system can remove every instance of the target from the source and insert in its place a copy of the replacement. of course, implementing this is a little more complicated.