Skip to content
New issue

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

Read PCD file RGB channel bug #45

Closed
qianyizh opened this issue Jun 16, 2017 · 2 comments
Closed

Read PCD file RGB channel bug #45

qianyizh opened this issue Jun 16, 2017 · 2 comments

Comments

@qianyizh
Copy link
Collaborator

When read PCD files, the RGB color seems to be BGR.
I have tested reading PLY file. Seems to be fine.

pcd0 = ReadPointCloud("TestData/ICP/cloud_bin_0.pcd")
DrawGeometries([pcd0])

Will create the following image.

screen shot 2017-06-15 at 9 04 19 pm

@syncle
Copy link
Contributor

syncle commented Jun 18, 2017

This is issue of UnpackBinaryPCDColor in IO/FileFormat/FilePCD.cpp. New PR #48 is submitted.

@syncle syncle mentioned this issue Jun 18, 2017
@qianyizh
Copy link
Collaborator Author

Fixed in #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants