-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Hey,
I would like to try your code but have problems building it. I'm using Windows 10 x64 with MS VS 2015, release configuration x64. Following errors occur when I try to build your project:
segmentation.lib(segmentation.obj): error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual bool __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::computeModelCoefficients(class std::vector<int,class std::allocator<int> > const &,class Eigen::Matrix<float,-1,1,0,-1,1> &)" (?computeModelCoefficients@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAA_NAEBV?$vector@HV?$allocator@H@std@@@std@@AEAV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual void __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::getDistancesToModel(class Eigen::Matrix<float,-1,1,0,-1,1> const &,class std::vector<double,class std::allocator<double> > &)" (?getDistancesToModel@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAAXAEBV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@AEAV?$vector@NV?$allocator@N@std@@@std@@@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual void __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::selectWithinDistance(class Eigen::Matrix<float,-1,1,0,-1,1> const &,double,class std::vector<int,class std::allocator<int> > &)" (?selectWithinDistance@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAAXAEBV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@NAEAV?$vector@HV?$allocator@H@std@@@std@@@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual int __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::countWithinDistance(class Eigen::Matrix<float,-1,1,0,-1,1> const &,double)" (?countWithinDistance@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAAHAEBV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@N@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual void __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::optimizeModelCoefficients(class std::vector<int,class std::allocator<int> > const &,class Eigen::Matrix<float,-1,1,0,-1,1> const &,class Eigen::Matrix<float,-1,1,0,-1,1> &)" (?optimizeModelCoefficients@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAAXAEBV?$vector@HV?$allocator@H@std@@@std@@AEBV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@AEAV56@@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual void __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::projectPoints(class std::vector<int,class std::allocator<int> > const &,class Eigen::Matrix<float,-1,1,0,-1,1> const &,class pcl::PointCloud<struct pcl::PointNormal> &,bool)" (?projectPoints@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAAXAEBV?$vector@HV?$allocator@H@std@@@std@@AEBV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@AEAV?$PointCloud@UPointNormal@pcl@@@2@_N@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""public: virtual bool __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::doSamplesVerifyModel(class std::set<int,struct std::less<int>,class std::allocator<int> > const &,class Eigen::Matrix<float,-1,1,0,-1,1> const &,double)" (?doSamplesVerifyModel@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@UEAA_NAEBV?$set@HU?$less@H@std@@V?$allocator@H@2@@std@@AEBV?$Matrix@M$0?0$00$0A@$0?0$00@Eigen@@N@Z)".
segmentation.lib(segmentation.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""private: virtual bool __cdecl pcl::SampleConsensusModelPlane<struct pcl::PointNormal>::isSampleGood(class std::vector<int,class std::allocator<int> > const &)const " (?isSampleGood@?$SampleConsensusModelPlane@UPointNormal@pcl@@@pcl@@EEBA_NAEBV?$vector@HV?$allocator@H@std@@@std@@@Z)".