Ordered Point Cloud

Feel free to ask any question here
Post Reply
Idru
Posts: 2
Joined: Tue Jan 31, 2017 10:12 am

Ordered Point Cloud

Post by Idru »

Hello,
is it possible to convert a unordered point cloud to an ordered?
For Expample with 'Edit > Sensors > TLS/GBL > Create' ?

All programms that combine photogrammetry and poinc louds only use ordered clouds.
But our scanner produces only unordered.
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Ordered Point Cloud

Post by daniel »

Nope, it's not possible. But it wouldn't be too hard to code something if you know are able to create a sensor indeed (you mainly need the scanner position and orientation... and a C++ developer of course ;).
Daniel, CloudCompare admin
Idru
Posts: 2
Joined: Tue Jan 31, 2017 10:12 am

Re: Ordered Point Cloud

Post by Idru »

Thank you for your answer Daniel.
Unfotunately I am not a C++ developer and I don´t know any.

So pepople, if any C++ developer reads this, I need your help. I think this functionality would make a lot of people very happy!
Filip
Posts: 1
Joined: Fri Aug 07, 2020 9:06 am

Re: Ordered Point Cloud

Post by Filip »

Hi,

I am a C++ developer that is looking for a way to convert a unordered point cloud to an ordered one. We have point cloud data from our own laser scanning setup, so in theory it shouldn't be an issue to adapt the output to an ordered format.

However, I am not very familiar with ordered point clouds. Does anyone have an idea of where I could educate myself? Preferrably something related to the E57 or PTX file formats. I have found the CloudCompare E57 code, but I think I would need some more documentation around structured point clouds to know where to start.
Post Reply