-
拉萨之旅:准备篇
这篇日志是我西藏之旅一个月前的准备工作记录,包括景点罗列、历史简介、门票预购、游览路线等信息。我在拉萨只待短短的四天五夜的时间,期间我会去了拉萨市内最著名的景点,也会走在当地古老的街头混在本地人中看他们的日常。西藏太广袤,短短四天的旅程实在是不能让我领略这个地方,加之这是我第一次来西藏背包游,亦没有足够的时间去别的城市,所以我的攻略只包括拉萨市内和邻近的景点。
-
Configure a new Mac
Install Xcode
-
15 things to do in every city
Here is a list things I want to do in every city I have lived:
-
Estimate focal length from Homography
This post discusses estimating focal length from Homography. This technique tries to estimate focal lengths from the given homography under the assumption that the camera undergoes rotations around its centre only. The original paper is Construction of Panoramic Image Mosaics with Global and Local Alignment. The OpenCV implementation can be found here.
-
Estimate relative pose from Essential matrix
This post discusses estimating relative camera positions and orientations from Essential matrix.
-
Bundle adjustment of Structure from Motion in Ceres Solver
Bundle adjustment is used ubiquitously as the last step of most feature based estimation problems. The goal is to simultaneously optimize the motion and data (estimated 2D feature or 3D point position). Some popular open source libraries are: sparse bundle adjustment (sba), ceres solver, Multicore Bundle Adjustment, Simple Sparse Bundle Adjustment (SSBA). In this post, I focus only on ceres solver. I’ll add support for sba in future release of open3DCV.
-
Feature matching
Feature matching is a critical part in many vision problems, such as estimation of various matrices (projection, homography, essential, fundamental, relative post, etc), tracking, SfM and SLAM, just to name a few. I will discuss here in this post implementation of the feature matching algorithms implemented in open3DCV.
-
Robust Estimation of Fundamental Matrix
This post is the results of two previous post: Estimation of fundamental matrix and A framework for RANSAC.
-
Point cloud animation in Blender
This is a tutorial on how to render the point cloud animation in Blender. We use the Blender Render engine instead of Cycles.
-
Essential matrix
- 5-point algorithm
- estimate from Fundamental matrix