Using Point Cloud Library (PCL) with Qt
-
wrote on 15 Jun 2013, 15:42 last edited by
Hi
I need to use PCL with my Qtcreator project, but I am clueless how to include the library in my project. I could run a simple PCL project to read PCL data using cmake from terminal.
I need to use Qt for my masters project and need to sort this asap.
Any help would be welcomed
Thanks -
wrote on 15 Jun 2013, 19:03 last edited by
welcome to devnet
Qt creator is using .pro files for project setup. They have the qmake syntax. With the "LIBS":http://qt-project.org/doc/qt-5.0/qtdoc/qmake-variable-reference.html#libs setting you can add external libraries as you have to do,
Otherwise you need to give a bit more information and post the .pro file and which library you like to add. Also you might search the forum, because somebody might have faced already your issues.
-
wrote on 26 Jun 2013, 14:54 last edited by
Hi
Thanks for the reply... I did go through a few posts and have finally managed to get PCL working with QT...
Though they are ample lot of troubles left for me to sort out , like using the shared pointers which pcl is using extensively... -
wrote on 23 Oct 2013, 13:51 last edited by
HI navi i'm try to install PCL with QT and OpenCV in Linux, do you have a tutorial, to do this.
Any help would be welcomed
Thanks -
wrote on 6 Jan 2015, 22:27 last edited by
Hi
same here, can you post the basic setup for PCL in Qt?
thx -
wrote on 6 Jan 2015, 22:27 last edited by
Hi
same here, can you post the basic setup for PCL in Qt?
thx