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 t
You should take a look at OpenCV, an open source computer vision library - this would be a good starting point. Specifically check out object detection and the cvMatchTemplate method.