camera-pose-estimation

Given a map data (image + lidar), estimate the 6 DoF camera pose of the query image.

View the Project on GitHub

Camera Pose Estimation

Given a map contians street-view images and 3D data (e.g. lidar, SfM point cloud, or depth), estimate the 6 DoF camera pose of a query image.

Note: 6 DoF camera pose mean 3 DoF translation and 3 DoF rotation along x, y, z axis.

One example of query and reference images

System outputs

Code & Files

1. Dependencies & environment

2. My project files

(Note: the hyperlinks only works if you are on the homepage of this GitHub reop, and if you are viewing it in “github.io” you can be redirected by clicking the View the Project on GitHub on the top)

3. How to run the code

(1) Install Matlab (tested with 2016b and 2017a).

(2) Set your current path to this demo and run main.m.

Release History