Borrar filtros
Borrar filtros

Point Cloud Sampling by Regular Distance

1 visualización (últimos 30 días)
Focal
Focal el 19 de Mzo. de 2020
Editada: Sanjana el 18 de Jun. de 2024
Recently I had implment findNearestNeighbors from matlab toolbox. But instead of searching by K — Number of nearest neighbors, can it be specific distance from the query point? Like for example export the points 1cm apart from query point for individually compare with best fit plane?
Another question is that if I need to loop through every point of the point cloud to do the query. Is there any kd/octree operation needed? I can't imagine how matlab is running 10million of loop and do plane fitting afterwards.
Thanks guys
  3 comentarios
John D'Errico
John D'Errico el 19 de Mzo. de 2020
what question is there in this about MATLAB?
Focal
Focal el 20 de Mzo. de 2020
Wondering if there are any methods to find point cloud's nearest neighbour by a certain dimensions. Such as 1cm instead of number of nearest neighbour.

Iniciar sesión para comentar.

Respuestas (1)

Sanjana
Sanjana el 10 de Jun. de 2024
Editada: Sanjana el 18 de Jun. de 2024
Hi Focal,
I understand that you are looking for functions to find "nearest neighbours" in a pointCloud at certain distance from a point.
You can use the "findNeighboursinRadius" function to find indices of the points at a certain distance from a point, and then use "select" function to select obtained points in the input pointCloud.
Refer to the following example, for more information
Hope this helps!

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by