我有一个基于 PCL 1.6 的代码,使用 OrganizedFastMesh 和 Poisson 等函数,并且运行良好。但是当我添加此代码以使用 GreedyProjectionTriangulation 函数 VS2010 时返回此错误:
*错误 51 错误 LNK2001:无法解析的外部符号“私有:虚拟 void __cdecl pcl::GreedyProjectionTriangulation::performReconstruction(class std::vector > &)”(?performReconstruction@?$GreedyProjectionTriangulation@UPointXYZ@pcl@@@pcl@@EEAAXAEAV ?$vector@UVertices@pcl@@V?$allocator@UVertices@pcl@@@std@@@std@@@Z) C:...\pcl_surface.obj*
是否需要额外的 file.lib 来包含?
哪个?或者还有什么?
谢谢!