suppose i have taken one picture from my iphone camera and now i want to compare this image with other images and find best match image from that.
is it possible or
There is nothing built into the SDK for comparing images, but any C library for image comparison can probably be used. This question has a good discussion on image comparison algorithms.