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

Compute Point Cloud with normals #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pablospe
Copy link
Contributor

@pablospe pablospe commented May 3, 2019

The difference with 'pointcloud_compute.py' is:

  • compute the normals for each individual depth image. These normals are oriented towards the camera center;
  • the format for saving pointcloud/meshes is now '.ply' (in binary) instead of '.obj';
  • this scripts requires Open3D is required.

In order to install Open3D:
pip install open3d-python
or
conda install -c open3d-admin open3d

pablospe added a commit to pablospe/HoloLensForCV that referenced this pull request May 3, 2019
… Open3D.

Based on this example:
    http://www.open3d.org/docs/tutorial/Advanced/rgbd_integration.html

I created a get_points2(...) and process_folder2(...) based on 'pointcloud_compute_with_normals.py':
    microsoft#94
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.

1 participant