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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -