libraries/pcl: Update DEP and README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nikolay Nikolov 2017-01-15 23:54:22 +07:00 committed by Willy Sudiarto Raharjo
parent 99c6809375
commit e7ab280106
2 changed files with 29 additions and 1 deletions

View file

@ -7,3 +7,31 @@ data, stitch 3D point clouds together, segment relevant parts of a scene,
extract keypoints and compute descriptors to recognize objects in the
world based on their geometric appearance, and create surfaces from point
clouds and visualize them -- to name a few.
Optional dependencies:
Available on SlackBuilds: - qhull, cudatoolkit
========
Not yet available on SlackBuilds:
========
OpenNI - enables OpenNI grabber support
https://github.com/OpenNI/OpenNI ; http://structure.io/openni
OpenNI2 - enables OpenNI2 grabber support
https://github.com/OpenNI/OpenNI2 ; http://structure.io/openni
FZAPI - enables fotonic camera support
ensenso - enables IDS-Imaging Ensenso camera support
http://www.ensenso.com/support/sdk-download/
davidSDK - enables David Vision Systems SDK support
- official http://www.david-3d.com/en/support/downloads
- free fork https://github.com/InstitutMaupertuis/davidSDK
Depth Sense SDK (DSSDK) - enables DepthSense SDK support
https://github.com/huningxin/DSSDK
RealSense SDK (RSSDK) - enables RealSense SDK support
https://github.com/IntelRealSense/realsense_sdk

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/PointCloudLibrary/pcl/archive/pcl-1.8.0/pcl-pcl-1.8
MD5SUM="8c1308be2c13106e237e4a4204a32cca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="flann"
REQUIRES="flann VTK"
MAINTAINER="Nikolay Nikolov"
EMAIL="nikobnikolov[at]gmail[dot]com"