Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Using Point Cloud Library (PCL) with Qt
QtWS25 Last Chance

Using Point Cloud Library (PCL) with Qt

Scheduled Pinned Locked Moved 3rd Party Software
6 Posts 4 Posters 9.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    navi
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      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.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • N Offline
        N Offline
        navi
        wrote on last edited by
        #3

        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...

        1 Reply Last reply
        0
        • B Offline
          B Offline
          borisan
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          • 3 Offline
            3 Offline
            3gfisch
            wrote on last edited by
            #5

            Hi
            same here, can you post the basic setup for PCL in Qt?
            thx

            1 Reply Last reply
            0
            • 3 Offline
              3 Offline
              3gfisch
              wrote on last edited by
              #6

              Hi
              same here, can you post the basic setup for PCL in Qt?
              thx

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved