PCL 点云按密度进行渲染

一、点云密度

   此处密度的表示方法用邻域范围内点的个数。

二、代码实现

#include <iostream>
#include <omp.h>
#include <pcl/io/pcd_io.h>  
#</