要素技術 4443 view [PCL][Python][CPP]Python PCL (Point Cloud Library)のインストールとサンプル実行 概要 PCL(点群処理ライブラリ)のが出たということで触って見た。 まだ python pcl でできる部分は少ないみたい。 Env Linux ubuntu 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 i686 i686 i386 GNU/Linux インストール PCL # install add-apt-repository $ sudo apt-get install software-properties-common python-software-properties # add repository for pcl $ s
