Ask Your Question
0

face recognition by Euclidean space distance seeking for help

asked Dec 5 '17

striving gravatar image

updated Dec 5 '17

In the n dimensional Euclidean space,

If The first point is P1 [x1,x2,...,xn]

The second point is P2 [y1,y2,...,yn]

so ,the Euclidean space distance from P1 to P2 is

d(P1,P2) = sqrt ( (x1-y1)^2 + (x2-y2)^2 + ... + (xn-yn)^2 )

so , in the face recognition field , for example , in many open source , every point have x coordinate value and y coordinate value ,

I think it is ,

The first face is P1 [(x1,y1),(x2,y2),...,(xn,yn)]

The second face is P2 [(a1,b1),(a2,b2),...,(an,bn)]

so ,the Euclidean space distance from P1 to P2 is ________________________________ ?

the result is too complex , even is unsolvable .

I don't know if I have a problem with my understanding ?

Preview: (hide)

Comments

please do not post images, but TEXT,

berak gravatar imageberak (Dec 5 '17)edit

I am sorry ,the effect of the formula in the text is not so good

striving gravatar imagestriving (Dec 5 '17)edit

the image is unreadable, your question cannot be indexed for search, folks cannot quote you, please just comply.

berak gravatar imageberak (Dec 5 '17)edit

ok , I got,should I delete or convert text in comment ?

striving gravatar imagestriving (Dec 5 '17)edit

just remove the image, and make a text version of it, we can help you with the formatting

berak gravatar imageberak (Dec 5 '17)edit

the pixel values are compared, not their (2d)coordinates.

berak gravatar imageberak (Dec 5 '17)edit

1 answer

Sort by » oldest newest most voted
0

answered Dec 5 '17

striving gravatar image

ok , thank you very much

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Dec 5 '17

Seen: 242 times

Last updated: Dec 04 '17