Point Cloud to point cloud difference Extraction
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
prashik shende
el 24 de Sept. de 2020
Comentada: Koushik Maturi
el 10 de Nov. de 2020
Hi,
I want to extract difference between two point cloud data
To extract difference in point cloud instead of using nearest neighbour in Matlab is there any other approach we can follow because it is taking a lot of time to me to extract different so if there is an efficient way to extract the difference between two point clouds please let me know
0 comentarios
Respuesta aceptada
Koushik Maturi
el 9 de Nov. de 2020
I understand that you are looking to estimate the difference between two point clouds by extracting difference. I assume that you mean extracting and comparing features between two point clouds. You can perform this task by using the extractFPFHFeatures function to extract the features and the pcmatchfeatures function to find matching features between both of the point clouds. The pcmatchfeatures documentation contains an example that shows you how to perform this.
2 comentarios
Koushik Maturi
el 10 de Nov. de 2020
This feature is available from R2020b. I suggest that you refer to Point Cloud Registration. I think those features are present in R2020a.
Más respuestas (0)
Ver también
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!