Tag: stereogeometry

CamCal 011 Fundamental Matrix

Highlights: In this post we will learn about fundamental matrix and we will continue our series about stereo vision. In the last post we concluded that if we have enough points we should be able to figure out the constraints for the epipolar line. So for this, we will need to calculate a fundamental matrix. Tutorial Overview: Weak calibration Uncalibrated Case Matrix Multiplication Properties of the Fundamental Matrix Intro In previous posts we have developed…
Read more

CamCal #012 Stereo Geometry Code

Highlights: In this post we will finish our mini series on stereo geometry. We will wrap some things up, and go through the code related to this. In the last few posts we talked about stereo geometry. We covered many concepts, from basic stuff, such as essential matrix and epipolar lines to the fundamental matrix. Here, we will present a code that can help us to compute them. Tutorial Overview: Detecting key points (SIFT, SURF,…
Read more