Generating a New Point Cloud with Regular Grid and Interpolated Gap Filling from Scanned Data

Feel free to ask any question here
Post Reply
Amin
Posts: 2
Joined: Tue Nov 12, 2024 10:59 am

Generating a New Point Cloud with Regular Grid and Interpolated Gap Filling from Scanned Data

Post by Amin »

Hello everyone,
I hope you're all doing well.



I have a point cloud generated from a scanner that contains numerous points.
My goal is to create a new point cloud from this scanned data using a regular spatial grid, for example, at intervals of 0.1 by 0.1.
This new point cloud should retain the original shape and information from the initial scan.
Additionally, I would like to fill in any gaps by interpolating from the nearest points.
I attached a zip file which has a point cloud in .e57.

Best regards,
Amin
Attachments
t1.zip
(614.65 KiB) Downloaded 24 times
daniel
Site Admin
Posts: 7701
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Generating a New Point Cloud with Regular Grid and Interpolated Gap Filling from Scanned Data

Post by daniel »

If the cloud was flat, I would have referenced the 'Rasterize tool' ... however since it's a 3D cloud, I'm not sure what to tell you. You may want to look at the 'MLS / upsampling' tool of the PCL plugin. You'll probably have to look at the documentation of the PCL library to understand if/how this works (this plugin is just a bridge to the PCL library).
Daniel, CloudCompare admin
Amin
Posts: 2
Joined: Tue Nov 12, 2024 10:59 am

Re: Generating a New Point Cloud with Regular Grid and Interpolated Gap Filling from Scanned Data

Post by Amin »

Thank you for your reply. I've made several attempts to create an appropriate spatial grid but haven't achieved a satisfactory result.
Post Reply