PCL滤波介绍(3)
生活随笔
收集整理的這篇文章主要介紹了
PCL滤波介绍(3)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
(1)從一個點云中提取索引
如何使用一個,基于某一分割算法提取點云中的一個子集。
代碼解析
#include <iostream> #include <pcl/ModelCoefficients.h> #include <pcl/io/pcd_io.h> #include <pcl/point_types.h> #include <pcl/sample_consensus/method_types.h> #include <pcl/sample_consensus/model_types.h> #include <pcl/segmentation/sac_segmentation.h> #include <pcl/filters/voxel_grid.h> #include <pcl/filters/extract_indices.h>int main (int argc, char** argv
總結
以上是生活随笔為你收集整理的PCL滤波介绍(3)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: PCL滤波介绍(2)
- 下一篇: PCL采样一致性算法