繁体   English   中英

配置VS2010进行GreedyProjectionTriangulation

[英]configuration VS2010 for GreedyProjectionTriangulation

我有一个基于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包括在内?

哪个? 或者还有什么?

谢谢!

几天前,我的代码中发生了相同的错误(有两个类似的错误)。 我将lib文件/lib/pcl_features_debug.lib添加到链接器-> input ,它可以工作。

VS2010(X64)调试模式

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM