Author: datahacker.rs

CamCal 005 Translation and Rotation

Highlights: In this post we will talk more about the process of going from World to Camera frame, and it is really important that you understand what we were talking in the last few posts. Tutorial Overview: Translation and Rotation Going from World to Camera 1. Translation and Rotation In order to go from World to Camera frame we need to do translation and rotation. So to review, a translation and rotation from frame \(A\)…
Read more

CamCal 003 Camera Transformation

Highlights: In this post we will talk about camera calibration technique, and rigid body transformations. You will also see how translation and rotation works. Tutorial Overview: Intro Geometric camera calibration Rigid body transformations Notation Rotation 1. Intro In this post, we’re going to talk about extrinsic camera calibration and here is the model that we are going to use. In particular, we had a system where we had a center of projection (COP) that was…
Read more

Harris Corner Detector 013

OpenCV #013 Harris Corner Detector – Theory

Highlights: In this post we will learn about Harris Corner Detector and how can we use this method to detect corners. We will give a brief overview how this method works, but we’ll not go so seriously with mathematics. We promise 🙂 What is Harris Corner Detector? In many computer vision and machine learning applications we need some feature points which we will track or which will assist us to compare and detect objects or…
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

CamCal 008 Stereo Geometry Intro

Highlights: In this post we will learn about stereo geometry and we are doing this for a reason. We are going to talk about point and line duality and how to find the line given two points, or how to find the intersection point given the equation of two lines. Tutorial Overview: This post covers the following topics: Projective Geometry Homogeneous Coordinates 1. Projective Geometry First of all, projective geometry is a fundamental topic for…
Read more