本文介绍了窗口形式应用中使用的点云库(PCL)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



请帮助我完成我的项目!

i为kinect摄像头编写代码,当我使用clr控制台应用程序时建立成功但我设置(pcl)喜欢它窗口表单应用程序然后它显示了很多错误

设置VC ++目录(包含文件,lib ..)链接器/输入...

在窗体表单应用程序中我转换配置属性/通用/公共语言运行时支持表单无可用运行时支持 commen运行时支持(/ clr),然后建立成功一些文件包括但不是全部

ex:

#include< pcl / point_types.h> //成功

#include< pcl / io / openni_grabber.h> ////错误


图片:http://s1293.photobucket。 com / user / hoanglong105 / media / kinect_zps864052ce.png.html

2文件包含属于pcl库但一次成功,一个错误

i认为有不同的运行时支持或属性

使用visual studio 2010

谢谢!!

解决方案



hi
please help me with my project!
i write code for kinect camera, buid success when i used clr console application but i setup (pcl) like it in window form application then it show a lot of error
setup VC++ directories(include file, lib..) linker/input...
in window form application i convert configuration properties/general/common language runtime support form no commen runtime support to commen runtime support(/clr), then build success some file include but not all
ex:
#include <pcl/point_types.h> //success
#include <pcl/io/openni_grabber.h>////error

picture:http://s1293.photobucket.com/user/hoanglong105/media/kinect_zps864052ce.png.html
2 file include belong pcl library but one success , one error
i think have different betwen runtime support or properties
using visual studio 2010
thank you!!

解决方案



这篇关于窗口形式应用中使用的点云库(PCL)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-30 03:30