Jump to content
Compvision.ru
Sign in to follow this  
Smorodov

Библиотека работы с облаком точек

Recommended Posts

Интересная библиотека для работы с облаком точек (от Wilow Garage), необходима, прежде всего при работе со стерео изображениями. Обещают что скоро сделают сопряжение с opencv.

Находится здесь: http://www.ros.org/wiki/pcl

Небольшое описание возможностей:

http://ais.informatik.uni-freiburg.de/teaching/ws10/robotics2/pdfs/rob2-12-ros-pcl.pdf

И матлабовская реализация SFM (structure from motion).

http://code.google.com/p/vincents-structure-from-motion-matlab-toolbox/

  • Like 1

Share this post


Link to post
Share on other sites

Так и не понял, где там ее можно скачать) Бродил бродил по ссылкам... заблудился и в конце пришел на туже страницу откуда начал))

upd:

Через сайт я эту страничку так бы и не нашел... гугл помог

http://www.ros.org/wiki/pcl/standalone/

Share this post


Link to post
Share on other sites

Так и не понял, где там ее можно скачать) Бродил бродил по ссылкам... заблудился и в конце пришел на туже страницу откуда начал))

upd:

Через сайт я эту страничку так бы и не нашел... гугл помог

http://www.ros.org/wiki/pcl/standalone/

На сайте дан адрес SVN репозитария:

Source: svn https://code.ros.org/svn/ros-pkg/stacks/perception_pcl/trunk/pcl

Share this post


Link to post
Share on other sites

Собрал проект CMake-ом для VS 2008, пару либов он скомпилил, застрял на pcl_filters выдает кучу ошибок вида:

pcl/filters/impl/passthrough.hpp(104) : error C2039: 'NdConcatenateFunctor' : is not a member of 'pcl'

pcl/filters/impl/passthrough.hpp(104) : error C2065: 'NdConcatenateFunctor' : undeclared identifier

pcl/filters/impl/passthrough.hpp(104) : error C2275: 'PointT' : illegal use of this type as an expression

Что делать?

Share this post


Link to post
Share on other sites

Может

#include <io.hpp>
[/code]

не подключен (в файле pcl/filters/impl/passthrough.hpp) ?

Вот тут по этой функции справка : http://www.ros.org/doc/api/pcl/html/structpcl_1_1NdConcatenateFunctor.html

Здесь справка по настройке параметров компиляции: http://pointclouds.org/documentation/tutorials/building_pcl.php#building-pcl

И еще, здесь гоаорится про какой то патч для студии: http://point-cloud-library-pcl-mailing-list.967500.n3.nabble.com/Alessio-Placitelli-s-VS2008-patch-td2795373.html

Share this post


Link to post
Share on other sites

Удалил все) Снова собрал и каким то чудом скомпилилось)))

наверно по тому что использовал cminpack-1.0.4 вместо cminpack-1.1.3

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×