Find small Point Cloud in large one

3 visualizaciones (últimos 30 días)
Tomyslav Sledevic
Tomyslav Sledevic el 14 de Feb. de 2020
Respondida: Sai Bhargav Avula el 19 de Feb. de 2020
After photogrammetry I have reference point cloud room.ply. Is it possible to find a location of object (small cloud) in a reference cloud?
  2 comentarios
John D'Errico
John D'Errico el 17 de Feb. de 2020
Learn to either edit your questions, or add a comment. There is no need to use answers to add information.
Answer moved to a comment.
With "pcregistericp" it is possible to localize a small PointCloud cropped from large one. It seems that ICP algorithm uses Locations and denies Color vectors. Correct me if I'm wrong.
Tomyslav Sledevic
Tomyslav Sledevic el 17 de Feb. de 2020
Editada: Tomyslav Sledevic el 17 de Feb. de 2020
But when I use a cloud from just another scan and try to localize it in large cloud, it not works correctly.

Iniciar sesión para comentar.

Respuestas (1)

Sai Bhargav Avula
Sai Bhargav Avula el 19 de Feb. de 2020
Hi,
pcregistericp returns the transformation between the point clouds.
To find the location of an object in the point cloud, first step is to segment out the object in the point which altogether a different problem and dependent of the type of the object. Functions like pcfitplane, pcfitshpere, and pcfitcylinder help in detecting object of shapes such as plane, sphere, or cylinder respectively.
In case you have rough estimate of the roi(region of interest) you can use findPointsInROI .
Also have a look at the following example which segments and tracks the vehicle from the lidar point cloud, few functionalities can be useful for your purpose .
Hope this helps

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