PCL QT visualizer
用Qt创建PCL 可视化应用程序。
项目组织
UI界面
Compile & Run
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=D:\vcpkg\scripts\buildsystems\vcpkg.cmake
cmake --build build --config Release
windeployqt6.exe .\pcl_visualizer.exe
.\build\Release\pcl_visualizer.exe
Result
参考
1、https://pcl.readthedocs.io/projects/tutorials/en/latest/qt_visualizer.html#the-project