How to register sequential point clouds gathered from a walk down a hallway -


for our university project captured .oni video while walking down hallway. converted each frame of .oni video .pcd file. think best way stitch these cloud files recreate single point cloud representing entire captured hallway. i'm not sure if iterative closest point or feature based registration fit better. recommendations appreciated!

sounds job pcl registration api. example take @ "how incrementally register pairs of clouds" tutorial. uses icp.

also take @ other registration related tutorials.


Comments

Popular posts from this blog

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

scikit learn - python sklearn KDTree with haversine distance -