简体   繁体   中英

point cloud development on PCL

For a long time opencv has been (and still is,) the main infrastructure for 2d development.

When going 3d, PCL is the natural choise: it has vast range of algorithms implemented, online API documentation, and the backbone of the industry's leading companies.

That said, How can it be that the last binary is for IDE 5 years ago?(!!!) last update was in 2013 (probably due to the death of OPENNI , thank you Apple), the implementation is obsolete , and I am not even talking about c++1x, nevertheless the futuristic compute capability 5.x .

Is PCL a dead project? are there's any predecessors?

I too work with PCL and find the outdated libraries frustrating. However as PhilLab mentioned the GitHub page is still active.

HOWEVER: Thanks to Tsuksa Sugiura there exists a perfect pre-built package for Windows + VS2015. He even maintains this and updates it. Both x86 and x64.

ALSO it is possible to use 1.8.0 RC2 on the NVidia Tegra platforms, such as the Jetson TX1. here the CMake system is working relatively well.

AND ROS supports it (again defaults to 1.7.2, but can run on 1.8.x)

So to conclude; sure no one is packing it into tidy releases, but the package is slowly getting advanced. And it kind of is our only choice...

Also to the moderators: I would have commented this on PhilLab's answer as I feel this doesn't dignify a new answer... but on this strange community you can answer before being able to comment. Sorry.

I share your frustration with the outdated prebuilts (outdated both in IDE version and PCL version) but the project is still quite active on GitHub: https://github.com/PointCloudLibrary/pcl/commits/master .

The release cycle seems to be quite lengthy but the commits come in steadily

Edit: Release 1.8.0 is in preparation and the lack of Windows builds is because the lack of a Windows programmer

Edit (06/2018): The newest versions include windows prebuilds

现在,在Windows上使用PCL的最佳选择是使用vcpkg包管理系统来管理依赖项和二进制文件。

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