Writing point cloud with scalar #5063
Unanswered
pascalisfort
asked this question in
Q&A
Replies: 1 comment
-
hey! did you get any idea about it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I interested to write a point cloud to ply format with o3d, everything works well when I use it to save only XYZ coordinate,
but is it possible to add scalars on the ply file, other than the colors and the normals?
Per example I have a point cloud with color, normals, intensity and near infrared value for each point. I used "plyfile" to write all of this scalars on a ply file, it works well for a small point cloud but for a bigger point cloud it not works (memory error).
Thank you for your help
Pascal
Beta Was this translation helpful? Give feedback.
All reactions