matlab code for euclidean distance...

Status
Not open for further replies.

pooja sharma

Junior Member level 2
Joined
Sep 20, 2012
Messages
22
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
ajmer,rajesthan
Activity points
1,418
my topic is fingerprint recognition by using euclidean distance...but stuck a poblem that how to calculate the euclidean distance in two fingerprint image using in matlab.so plz help me if anyone have an idea about this topic.
 

From my small point of view my first question would be to ask if you have considered using the Pythagorean theorem. If you haven't yet, then that is your answer. So, something like d = sqrt((y1-y2)^2 + (x1-x2)^2).

If your question is way deeper than that then I suggest you be a little more specific.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…