Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7510767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:19:31+00:00 2026-05-29T23:19:31+00:00

I am currently trying to reconstruct a 3D trajectory of a falling object like

  • 0

I am currently trying to reconstruct a 3D trajectory of a falling object like a ball or a rock out of a sequence of images taken from an iPhone video.

Where should I start looking? I know I have to calibrate the camera (I think I’ll use the matlab calibration toolbox by Jean-Yves Bouguet) and then find the vanishing point from the same sequence, but then I’m really stuck.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:19:33+00:00Added an answer on May 29, 2026 at 11:19 pm

    read this: http://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/773-GG/lectA-773.htm
    it explains 3d reconstruction using two cameras. Now for a simple summary, look at the figure from that site:

    3d reconstruction from stereovision

    You only know pr/pl, the image points. By tracing a line from their respective focal points Or/Ol you get two lines (Pr/Pl) that both contain the point P. Because you know the 2 cameras origin and orientation, you can construct 3d equations for these lines. Their intersection is thus the 3d point, voila, it’s that simple.

    But when you discard one camera (let’s say the left one), you only know for sure the line Pr. What’s missing is depth. Luckily you know the radius of your ball, this extra information can give you the missing depth information. see next figure (don’t mind my paint skills): bal projection

    Now you know the depth using the intercept theorem

    I see one last issue: the shape of ball changes when projected under an angle (ie not perpendicular on your capture plane). However you do know the angle, so compensation is possible, but I leave that up to you :p

    edit: @ripkars’ comment (comment box was too small)

    1) ok

    2) aha, the correspondence problem 😀 Typically solved by correlation analysis or matching features (mostly matching followed by tracking in a video). (other methods exist too)
    I haven’t used the image/vision toolbox myself, but there should definitely be some things to help you on the way.

    3) = calibration of your cameras. Normally you should only do this once, when installing the cameras (and every other time you change their relative pose)

    4) yes, just put the Longuet-Higgins equation to work, ie: solve

    P = C1 + mu1*R1*K1^(-1)*p1
    P = C2 + mu2*R2*K2^(-1)*p2
    

    with
    P = 3D point to find
    C = camera center (vector)
    R = rotation matrix expressing the orientation of the first camera in the world frame.
    K = calibration matrix of the camera (containing internal parameters of the camera, not to be confused with the external parameters contained by R and C)
    p1 and p2 = the image points
    mu = parameter expressing the position of P on the projection line from camera center C to P (if i’m correct R*K^-1*p expresses a line equation/vector pointing from C to P)

    these are 6 equations containing 5 unknowns: mu1, mu2 and P

    edit: @ripkars’ comment (comment box too small once again)
    The only computer vison library that pops up in my mind is OpenCV (http://opencv.willowgarage.com/wiki ). But that’s a C library, not matlab… I guess google is your friend 😉

    About the calibration: yes, if those two images contain enough information to match some features. If you change the relative pose of the cameras, you’ll have to recalibrate of course.

    The choice of the world frame is arbitrary; it only becomes important when you want to analyze the retrieved 3d data afterwards: for example you could align one of the world planes with the plane of motion -> simplified motion equation if you want to fit one.
    This world frame is just a reference frame, changeable with a ‘change of reference frame transformation’ (translation and/or rotation transformation)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently trying out db4o (the java version) and I pretty much like what
I currently trying to carry out the same operation (OCR) on images in android,
I am currently trying to figure out how sms classes are correctly represented in
Im currently trying to move my site from localhost on my machine to my
I'm currently trying to print out a document path with SSI in Apache. I've
I currently trying to use an Object Relational Mapper for CodeIgniter and I'm experiencing
Im currently trying out the ajax feature, and im curious about how can i
I am currently trying to figure out a way to write a media file
Im currently trying to implement the simple bouncing ball (in 2d) on my android
I'm currently trying to understand some assembler code well enough to reconstruct the C

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.