Hi~ guys
this is an example of g2o usage
write based on the repo from GaoXiang: g2o_ba_example
git clone https://github.com/Jackey-Huo/g2o_example.git
cd g2o_example
mkdir build
cd build
cmake ..
make -j
Then the executable file g2o_example will in folder bin/
./bin/g2o_example data/img1.png data/img2.png
Now, All the things are down, cheer up and happy coding!
Oops, Maybe... Happy Debuging :)