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:
- read image and extract features.
- match features between two images.
- use opencv to estimate the essential matrix.
- 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
计算机图形学