基于法线微分的分割
问题:
-
error LNK2019: 无法解析的外部符号 “public: void __cdecl pcl::EuclideanClusterExtraction::extract(class std::vector<struct pcl::PointIndices,class std::allocator > &)” (?extract@?
E
u
c
l
i
d
e
a
n
C
l
u
s
t
e
r
E
x
t
r
a
c
t
i
o
n
@
U
P
o
i
n
t
N
o
r
m
a
l
@
p
c
l
@
@
@
p
c
l
@
@
Q
E
A
A
X
A
E
A
V
?
EuclideanClusterExtraction@UPointNormal@pcl@@@pcl@@QEAAXAEAV?
EuclideanClusterExtraction@UPointNormal@pcl@@@pcl@@QEAAXAEAV?vector@UPointIndices@pcl@@V?$allocator@UPointIndices@pcl@@@std@@@std@@@Z),函数 main 中引用了该符号
1>D:\PCL\example\source\repos\pcl_test\x64\Debug\pcl_test.exe : fatal error LNK1120: 1 个无法解析的外部命令
解决: 添加这个头文件 #include <pcl/segmentation/impl/extract_clusters.hpp>
|