Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top