المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Image position in other image c# ?



C# Programming
09-20-2009, 12:31 PM
Hello,
I searched all over the internet but didn't find a very good answer on this. I know this is a very helpful forum so maybe I will get lucky.
The question is pretty simple : How can I get the position (x,y) of a small image in a large image ? The ideea is that the large image contains the small image, but I want to find out where exactly it is.
I know it can be done by converting the images to bmp and after that going to each pixel at a time and checking if it exists.
Is there another way ?
Can someone help ?

Thanks