You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving PointCloud with XYZRGBL points PlyWriter ignores label field and instead somehow adds alpha in header. In output file's body label field is inclouded but some extra field (probably alpha) is there, which yields parsing error (field count in line does not match field count in header.
When saving PointCloud with XYZRGBL points PlyWriter ignores label field and instead somehow adds alpha in header. In output file's body label field is inclouded but some extra field (probably alpha) is there, which yields parsing error (field count in line does not match field count in header.
https://gist.github.com/mitjap/5615779 (cloud.ply, main.cpp, cout)
The text was updated successfully, but these errors were encountered: