Ask Your Question

thaha's profile - activity

2016-04-20 02:37:22 -0600 received badge  Famous Question (source)
2015-11-03 08:45:28 -0600 received badge  Student (source)
2014-10-07 23:28:50 -0600 received badge  Notable Question (source)
2014-02-14 17:47:04 -0600 received badge  Popular Question (source)
2013-03-06 04:18:30 -0600 commented answer image comparison

i have tried histogram matching its good but its giving same values for diff images...dnt knw how to solve please help..

2013-03-05 04:28:02 -0600 received badge  Editor (source)
2013-03-05 04:26:40 -0600 asked a question image comparison

I am trying to set up a database of images that can be used to compare to a current image (So if the current image is equal, or almost equal to the one being compared it'll give a match)

However to start this project off I want to just compare 2 images using OpenCV 2.4.0 to see how the process works.

Does anyone know how I might compare say image1.jpg and image2.jpg to see how closely related to each other they are? So basically if I was to compare image1.jpg and image1.jpg the relationship should be 100%, but comparing 2 different images might give me quite a close relationship.

I hope that makes some sense!!!

Thanks,