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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Add surface contouring to TriangleMesh #6775

Open
2 tasks
ssheorey opened this issue Apr 28, 2024 · 0 comments 路 May be fixed by #6648
Open
2 tasks

馃殌 Add surface contouring to TriangleMesh #6775

ssheorey opened this issue Apr 28, 2024 · 0 comments 路 May be fixed by #6648
Labels
Milestone

Comments

@ssheorey
Copy link
Member

O3D does not have an easy to use surface contouring method of the form

mesh = o3d.t.geometry.TriangleMesh.create_from_volume(volume, values=[-1,0,1], attribute_volumes={'colors': color_volume})
print(mesh.vertex.colors) # values interpolated from color_volume

We have a Marching Cubes implementation for RGBDVolume integration but we should switch to a more modern and parallel implementation like https://vtk.org/doc/nightly/html/classvtkFlyingEdges3D.html

  • Use FlyingEdges3D from vtk
  • Consider reimplementing FlyingEdges3D for the GPU

Assigned to: intelshashi

@ssheorey ssheorey linked a pull request Apr 28, 2024 that will close this issue
9 tasks
@ssheorey ssheorey added the mesh label Apr 28, 2024
@ssheorey ssheorey added this to the v0.19 milestone Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant