pcl::MovingLeastSquares doesn't work

荒凉一梦 提交于 2019-12-13 03:59:12

问题


I'm new to PCL and I'm trying to do this tutorialhere. The problem is that I can compile it, but when I run this, it give me an error: *exception at 0x000007fefd27940d in pcl_VFHexperiment.exe: Microsoft C++ exception: pcl::IOException at memory location 0x001cf0e0*

I guess the problem is that mls. process function doesn't work correctly and the operation of file saving provides an error. Could be the input file the problem? I use ism_test_cat.pcd file found here. I don't know where the file suggested in the tutorial is. How should the input file be? Anyway I can see ism_test_cat.pcd file in the viewer following the other tutorial.

How to solve? Please help me. I use VS2010, PCL 1.6, all 64bit

Thanks in advance a lots


回答1:


"You should be able to find the input file at pcl/test/bun0.pcd." It says in the tutorial.



来源:https://stackoverflow.com/questions/19322535/pclmovingleastsquares-doesnt-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!