jakobwilm / slstudio

SLStudio -- Real Time Structured Light. A comprehensive software suite for capturing and reconstructing 3D scenes with a camera-projector pair.
Other
515 stars 194 forks source link

Build Code Error #23

Closed futylin closed 6 years ago

futylin commented 6 years ago

Hi, I've tried to build the project ,but got the error code about that:

slstudio-master\src\tracker\CorrEstOrgProjFast.h:33: error: C4716: 'CorrEstOrgProjFast<pcl::PointXYZRGBNormal,pcl::PointXYZRGBNormal,float>::clone' : must return a value

and your source code is: boost::shared_ptr< CorrespondenceEstimationBase<PointSource, PointTarget, Scalar> > clone() const{}

Can you help solve this error?