yorsh87 / nicp

Normal Iterative Closest Point (NICP) Algorithm C++ Library
GNU General Public License v3.0
396 stars 115 forks source link

About sensors #9

Open gogojjh opened 6 years ago

gogojjh commented 6 years ago
 Hello, if I only have a 3D laser scan(like Velodyne-16E), I wonder that whether your algorithm will still work or not. You mentioned that "NICP library can work also with 3D laser scans by means of spherical depth images, these particular images allow storing point clouds having a field of view even of 360°".
 Thanks.