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

  • Home
  • SEARCH
  • 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 7912307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:34:07+00:00 2026-06-03T13:34:07+00:00

I am trying to implement the (relatively simple) linear homogeneous (DLT) 3D triangulation method

  • 0

I am trying to implement the (relatively simple) linear homogeneous (DLT) 3D triangulation method from Hartley & Zisserman’s “Multiple View Geometry” (sec 12.2), with the aim of implementing their full, “optimal algorithm” in the future. Right now, based on this question, I’m trying to get it to work in Matlab, and will later port it into C++ and OpenCV, testing for conformity along the way.

The problem is that I’m unsure how to use the data I have. I have calibrated my stereo rig, and obtained the two intrinsic camera matrices, two vectors of distortion coefficients, the rotation matrix and translation vector relating the two cameras, as well as the essential and fundamental matrices. I also have the 2D coordinates of two points that are supposed to be correspondences of a single 3D point in the coordinate systems of the two images (taken by the 1st and 2nd camera respectively).

The algorithm takes as input the two point coordinates and two 4×3 “camera matrices” P and P’. These aren’t obviously the intrinsic camera matrices (M, M’) obtained from the calibration, because for one they are 3×3, and also because projection using them alone puts a 3D point in two distinct coordinate systems, that is – the extrinsic (rotation/translation) data is missing.

The H&Z book contains information (chapter 9) on recovering the required matrices from either the fundamental or the essential matrix using SVD decomposition, but with additional problems of its own (e.g. scale ambiguity). I feel I don’t need that, since I have the rotation and translation explicitly defined.

The question then is: would it be correct to use the first intrinsic matrix, with an extra column of zeros as the first “camera matrix” (P=[M|0]), and then multiply the second intrinsic matrix by a extrinsic matrix composed from the rotation matrix and the translation vector as an extra column to obtain the second required “camera matrix” (P’=M’*[R|t])? Or should it be done differently?

Thanks!

  • 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-06-03T13:34:08+00:00Added an answer on June 3, 2026 at 1:34 pm

    I don’t have my H&Z to hand – but their old CVPR tutorial on the subject is here (for anyone else to have a look at w.r.t this question).

    Just for clarity (and to use their terminology) the projection matrix P maps from Euclidean 3-space point (X) to an image point (x) as:

    x = PX
    

    where:

    P = K[ R | t ]
    

    defined by the (3×3) camera calibration matrix K and the (3×3) rotation matrix R and translation vector (3×1) t.

    The crux of the matter seems to be how to then perform triangulation using your two cameras P and P’.

    I believe you are proposing that the world origin is located at a the first camera P, thus:

    P = K [ I | 0]
    

    and

    P' = K' [ R | t ]
    

    What we then seek for reconstruction in the Fundamental Matrix F such that:

    x' F x = 0
    

    The matrix F can of course be computed any number of ways (sometimes more commonly from uncalibrated images!) but here I think you might want to do it on the basis of your already calibrated camera matrices above as:

    F = [P' C]_x P' pinv(P)
    

    Where C = (0 1) is the centre of first camera and pinv(P) is the pseudo-inverse of P. The _x indicates the notation used in the literature for matrix multiplication to calculate the vector product.

    You can then perform a factorization of the fundamental matrix F (performed via SVD or direct method).

    F = [t]_x M
    

    And hence, as you correctly state, we can then compute triangulation directly based on:

    P = [ I | 0 ] 
    

    and

    P' = [ M | t ]
    

    Using these to perform triangulation should then be relatively straightforward (assuming good calibration, lack of noise, etc. etc.)

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

Sidebar

Related Questions

I'm relatively new to js and I'm trying to implement a simple .animate() feature
Iam trying to implement a simple JMS(traditional not using springs) code in eclipse using
Based on a college-project I'm trying to realize a relatively simple game (Poker) where
I've been trying to create what I think is a relatively simple layout for
So I'm trying to implement a more efficient method of calculating 2^n . I
Im relatively new to iPhone development and Im trying to implement Facebook functions in
I'm trying to implement this method of making a nice form upload: www.kavoir.com/2009/02/styling-file-upload-select-input-control-input-typefile.html/ which
I am trying to implement a very simple little dropdown-style mini-menu that will appear
I'm relatively new to iOS development, and am trying to implement CocoaLumberjack logging. I
I'm familiar with RichFaces, but relatively new to Primefaces and trying to implement a

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.