Thread: Human Path Detection

  1. #1
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    Human Path Detection

    Hello Everyone,
    Long time since I came here... I require your valuable suggestion/ideas for the below propsed system.


    The purpose of the system is to detect/map the path of human/humans in a given space.. I belive that 2 camers will have to be used for this purpose as shown in the image.

    The known vlues will be angle CAB,ABC and the distance X. I believe that the position of the human can be calculated by using the laws of sines. But the problem with this system in the farther the human is the less acurate his path is mapped.. Are there any better alternatives to this idea... And is there anyway I can calculate the actual height of the human based on the above data...

    regards
    vasanth

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Unless I'm overlooking something, it seems like you should be able to find their height if you can find the angle of elevation to the top of their head, and the distance to the top of their head. Like something like this, where everything except h is known (distance to top of head you can already find based on what you posted, right?):
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  3. #3
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Quote Originally Posted by JaWiB
    Unless I'm overlooking something, it seems like you should be able to find their height if you can find the angle of elevation to the top of their head, and the distance to the top of their head. Like something like this, where everything except h is known (distance to top of head you can already find based on what you posted, right?):
    thanx.. But i dont think I can acurately measure the distance from the head.. cant this be done by using the height of the person on image and and approx distance of the person from the camera and the focal length of the lense...

    I will see if i can get the distance from the head reliably..

  4. #4
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    cant this be done by using the height of the person on image and and approx distance of the person from the camera and the focal length of the lense...
    Hm that didn't even occur to me. I suppose there might be a way to do that, I don't really know, sorry. It sounds like it would be more complicated to do that...

    What are you trying to do this for anyways?
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  5. #5
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    When I did image processing for trains, we had the cameras take images at set intervals (without the train).

    This allowed us to calculate a scale/ratio from an object at a known distance (ie railway track) or a known size.

    For speed cameras we used the lines painted on the road to determine scale. Can be done once when the system is installed then recalibrated as required.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  6. #6
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    thank you both.. i will try the novacain's "reference" idea.


    Quote Originally Posted by JaWiB
    What are you trying to do this for anyways?
    I am building a human path maping and profile matching system for my fianl year university project. Which involves plotting the path of human/humans in a given space along with identifying key aspects such as their hair colour, kind of jacket worn etc...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Shortest path problem
    By Digitalxero in forum C++ Programming
    Replies: 0
    Last Post: 10-25-2005, 05:32 PM
  3. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  4. Mouse to have human brain
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 03-10-2005, 05:39 PM
  5. linked list recursive function spaghetti
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2003, 02:53 PM