Image in Image Algorithm

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2011-01-18T03:14:38Z Indexed on 2011/01/18 3:53 UTC
Read the original article Hit count: 210

Filed under:

I need an algorithm written in any language to find an image inside of an image, including at different scales. Does anyone know a starting point to solving a problem like this?

For example:

I have an image of 800x600 and in that image is a yellow ball measuring 180 pixels in circumference. I need to be able to find this image with a search pattern of a yellow ball having a circumference of 15 pixels.

Thanks

© Stack Overflow or respective owner

Related posts about image-processing