Search code examples
google-project-tango

Project Tango DepthBuffer order?


Depth information of scene is obtained as FloatBuffer from xyzIj.xyzfunction. I want to apply k-nearest neighbor method to filter 3D point cloud data. To search for neighbors within boundary, 3D points have to be arranged. Do 3D coordinates in FloatBuffer follow any order?


Solution

  • the xyzIj is not ordered. You will have to project it onto a image plane to file the adjacent points.