I am currently working with Google Tango in Unity and i want to integrate Point Cloud Library(PCL) in order to process the point cloud data and segment the planes.I couldn't find any online references on this, so any help would be much appreciated
I am currently working with Google Tango in Unity and i want to integrate Point Cloud Library(PCL) in order to process the point cloud data and segment the planes.I couldn't find any online references on this, so any help would be much appreciated
This basically explains how to integrate PCL with Unity, but once you have that, it should be possible to use with Google Tango as well.
PS: if after all these steps you start getting errors that .dll cannot be found although it exists in Plugins folder, try to restart your PC. It took me few hours of mostly useless googling to read some comment on SO suggesting that.