Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Is it possible to access additional vertex properties from ply file?

Open marcinwalus opened this issue 1 year ago • 0 comments

Checklist

My Question

I have .ply file (which I'm generating) which contains xyz data, normals, color and also one additional property for vertex: confidence (of type uint8). How can I access this data from C++ code after reading such file using open3d::io::read_point_cloud() method? I would like to filter points with highest confidence only.

Open3DConfidencePLY

marcinwalus avatar Apr 09 '24 08:04 marcinwalus