您当前的位置: 首页 > 

PCL_基于多项式拟合的法线估计、点云平滑和数据重采样_报错

惊鸿一博 发布时间:2021-02-02 17:31:25 ,浏览量:6

报错信息:

对‘pcl::MovingLeastSquares::process(pcl::PointCloud&)’未定义的引用

分析与对策:

在使用Window VS2010为开发平台,学习PCL点云库的时候,学到曲面重建(Surface)。在测试下面的程序的时候,遇到了问题。

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include 
#include 
#include 

using namespace std;
using namespace pcl;
using namespace pcl::io;
using namespace pcl::console;
int
main (int argc, char** argv)
{
  cout             
关注
打赏
1688896170
查看更多评论
0.0457s