We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempts to read .ply files which have unix end of line markers ('LF') instead of windows ('CRLF') will result in runtime error:
[pcl::PLYReader] /Users/nyholku/sfm2/testdata/test1/sfm_output/reconstruction_global/colorized.ply:2: parse error [pcl::PLYReader::read] problem parsing header! [pcl::PLYReader::read] problem parsing header!
converting an offending .ply file to Windows/DOS format for example with 'unix2dos' utility circumvents the problem.
The text was updated successfully, but these errors were encountered:
Reported on the mailing list: http://www.pcl-users.org/loadPLYFile-problem-parsing-header-td4038565.html
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Attempts to read .ply files which have unix end of line markers ('LF') instead of windows ('CRLF') will result in runtime error:
converting an offending .ply file to Windows/DOS format for example with 'unix2dos' utility circumvents the problem.
The text was updated successfully, but these errors were encountered: