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

Unified the notation system of output #1569

Merged
merged 1 commit into from
Aug 18, 2016

Conversation

UnaNancyOwen
Copy link
Member

The part of the output of encodePointCloud() and decodePointCloud() are different notation system.
This pull request will unified the notation system of output compression statistics.

  • pcl::io::OctreePointCloudCompression::encodePointCloud() output example
Size of compressed point cloud: 607 kBytes
Total bytes per point: 2.865575
Total compression percentage: 17.909845
  • pcl::io::OctreePointCloudCompression::decodePointCloud() output example
Size of compressed point cloud: 607.501953 kBytes
Total bytes per point: 2 bytes
Total compression percentage: 17.909845%

The part of the output of "encodePointCloud()" and "decodePointCloud()"
are different notation system.
Unified the notation system of output compression statistics.
@SergioRAgostinho SergioRAgostinho added this to the pcl-1.8.1 milestone Jul 14, 2016
@SergioRAgostinho SergioRAgostinho added the needs: code review Specify why not closed/merged yet label Jul 14, 2016
@SergioRAgostinho
Copy link
Member

👍 LGTM

:shipit:

@SergioRAgostinho SergioRAgostinho added status: ready to merge and removed needs: code review Specify why not closed/merged yet labels Aug 18, 2016
@jspricke jspricke merged commit 763fbf2 into PointCloudLibrary:master Aug 18, 2016
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

Successfully merging this pull request may close these issues.

4 participants