This repo is use 3D graphics technique like opengl, osg, vtk for 3D point cloud viewer
project contain some demo and study notes
Wellcome to star/fork and contribute
cd pointcloudviewer
./build.sh
./build.sh -h
Usage
build.sh [options]
Options
--clean
--clean-all = Clean all tmp files before building.
Example
./build.sh --clean
The QTdemo is a QT window to show point cloud
The test .pcap file can download form: https://data.kitware.com/#collection/5b7f46f98d777f06857cb206/folder/5b7f47568d777f06857cb208
This demo aims at explaining how to perform 3D Object Recognition based on the pcl_recognition module.
The source code can ref:
https://pcl.readthedocs.io/en/latest/correspondence_grouping.html
This folder is a library to read point cloud from .pcd file.
This demo is a osg viewer to show point cloud.
This demo use vtk to rendering a Cylinder model.
This folder contain opengl demo to show point and study demo.
qt opengl texture demo
Thanks to jaredtao's repo https://github.com/jaredtao/QtOpenGL
flashlight demo
mulitlight demo
This folder contain some point cloud file (.pcd) for some demo to load.