Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to set pointclouds (in .pcd file) and Display into QT?

How to set pointclouds (in .pcd file) and Display into QT?

Scheduled Pinned Locked Moved Solved Qt for Python
3 Posts 2 Posters 1.5k 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.
  • L Offline
    L Offline
    Lucien
    wrote on last edited by
    #1

    Hi,

    I have a project which require me to render3D pointcloud images and show it into PYQT.
    I wish to know how can I possibly do it.
    My pointcloud is in .pcd format.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to the forums
      I dont think you can display a .pcd file directly.
      You could use
      Qt Data Visualization module.
      https://doc.qt.io/qt-5/qtdatavisualization-index.html
      and Q3DScatter to show 3D-points.
      https://doc.qt.io/qt-5/q3dscatter.html

      1 Reply Last reply
      1
      • L Offline
        L Offline
        Lucien
        wrote on last edited by
        #3

        Hi,

        Thanks for the help. I actually transform my Pointclouds to Numpy arrays and display it using Matlablib 3DScatterplot and integrated into QT.

        A slight suggestion, I do hope that future developers of QT may consider having a Open3D widget integrated into QT since it is one of the popular software applications which Pointcloud users used.

        Cheers.

        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