Skip to main content

g2o usage

·78 words·1 min
SLAM g2o usage

vertices and edges #

vertices indicates the state of the system, which is the variable to be optimized. edges indicates the measurement of the system, which is the constraint to the system.

pose estimation from 2d to 2d. #

all is done by openCV. the pipeline is as follows:

  1. read image and extract features.
  2. match features between two images.
  3. use opencv to estimate the essential matrix.
  4. use opencv to decompose the essential matrix to get the relative pose.

Related

Paper Summaries
·422 words·2 mins
SLAM dynamic slam
实验准备
·230 words·2 mins
课程 实验准备 计算机图形学
GL-PipeLine
·467 words·3 mins
课程 OpenGL 计算机图形学