Depth information of scene is obtained as FloatBuffer from xyzIj.xyz
function. 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?
the xyzIj is not ordered. You will have to project it onto a image plane to file the adjacent points.