Interpolating a 3D Point Cloud at a Defined Interval

13 visualizaciones (últimos 30 días)
I am trying to compare two 3D point clouds to each other, which requires interpolation in each dataset to compare exact coordinates. Is there a simple way in MATLAB to do this? I was hoping to have a defined XYZ grid of 1 cm intervals.
  3 comentarios
Matt J
Matt J el 16 de Feb. de 2020
I was hoping to have a defined X/Y grid of 1 cm intervals.
If it's a 3D point cloud, don't you mean an X/Y/Z grid?
Casey O'Heran
Casey O'Heran el 16 de Feb. de 2020
Yes, you're right.

Iniciar sesión para comentar.

Respuesta aceptada

Sai Bhargav Avula
Sai Bhargav Avula el 19 de Feb. de 2020
Hi,
Functions like delaunayTriangulation and scatteredInterpolant can be used to interpolate the data and get a Denser point cloud. For smoothening, use Savitzky-Golay filter.
Hope this helps!

Más respuestas (0)

Categorías

Más información sobre Point Cloud Processing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by