
Find small Point Cloud in large one
1 view (last 30 days)
Show older comments
After photogrammetry I have reference point cloud room.ply. Is it possible to find a location of object (small cloud) in a reference cloud?


Answers (1)
Sai Bhargav Avula
on 19 Feb 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.
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
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!