Jacky Liu 2017 03 12
A minimal example show RGB-D image with Pangolin and OpenCV
Keyword:
- Point cloud
- Pangolin
- OpenCV
- Ubuntu 16.04
- CMake
- OpenGL
- Eigen
- Pangolin
Under PangoCloud root directory, type the following commands.
mkdir build
cd build
cmake ..
make
If the compilation is successed, you should see a executable file 'PangoCloud' under build folder.
Execute it by
./PangoCloud
- Scroll mouse: zoom
- Left mouse drag: translation
- Right mouse drag: rotation