简体   繁体   中英

Using both OpenNI and OpenNI2 in the same project

Is possible to use both in the same project? actually they have different classes.

I want to do that because OpenNI2 has the driver for Microsoft Kinect, but the library PCL (Point Cloud Libraries) doesn't work yet with this version of OpennI, so i should use the previous version in order to do use them.

However, if there is a better way to use the kinect and, at the same time, use a library capables of meshing a cloud of point, it could be very helpful

ps: I'm using Visual Studio 2010, 32bits, c++

cheers, Maurizio.

As far as I know Nicolas Burrus nestk library supports both, OpenNI and OpenNI2 and also has a PCL integration.

You may want to check the nestk Homepage or nestk on GitHub . Some useful example can be found in the Wiki .

PCL is going to have OpenNI2 grabber. It is being developed and will be merged soon.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM