BiFuse icon indicating copy to clipboard operation
BiFuse copied to clipboard

Numpy binary format to point cloud formats?

Open gateway opened this issue 4 years ago β€’ 5 comments

Thanks for providing the tools to convert this into a point cloud but it's limited to really only python programmers or Open3D. I use a free tool CloudCompare https://www.danielgm.net/cc/ or Meshlab to work with my point clouds. Is their any chance to convert to .ply format or any of the ones listed in this screen shot?

image

Any chance to get request/feature tags ?

gateway avatar Jul 10 '20 18:07 gateway

image

gateway avatar Jul 10 '20 18:07 gateway

@gateway Did you manage to save the point cloud data in a file?

HassanQayyum1993 avatar Sep 24 '20 18:09 HassanQayyum1993

Unfortunately no πŸ˜•

gateway avatar Sep 24 '20 19:09 gateway

hello Can now be stored in the point cloud data

worinima2010 avatar Jul 19 '22 04:07 worinima2010

ζŠ±ζ­‰δΈθ‘ŒπŸ˜• newtxt = np.hstack((pts,RGB)) np.savetxt("depth.txt",newtxt);

worinima2010 avatar Jul 19 '22 13:07 worinima2010