measurement of body height with image processing on matlab. need help
hello everybody. i'm the new member in this forum.
i wanna ask something about image processing.
i got a project on my college. i want to measurement of human height seen from the photograph. but i'm still confused to applied my concept to matlab.
here my concept :
1. distance of camera to human body is 2 meters. so i put a constansta a = 2 (scaling)
2. i want to use edge detection. so, my concept,, i put a position of foot locate on y = 0. so, with edge detection, i will search position of head (thats for y1), if i get ordinate of head,, so i will substract that with y (position of foot) so i get a height on that photo (h1 = y1 - y). after that, i use a geometric so i will getting real the height of human body.
that's my concept,,
my question :
How to use an edge detection on matlab, so i can get the ordinate of head (y1)? i'm still confused..
thanks for your respons..