Borrar filtros
Borrar filtros

intersection volume (mesh)

10 visualizaciones (últimos 30 días)
Ilaria Sani
Ilaria Sani el 22 de Oct. de 2018
Respondida: Constantino Carlos Reyes-Aldasoro el 2 de Abr. de 2024 a las 14:19
Dear All,
I have two clouds of points (they are actually points from an MRI image that represent white matter tracts).
I created the boundaryes of these two clouds: [Surf1, vol1] = boundary(3D_coord1); [Surf2, vol2] = boundary(3D_coord2);
I would like to know the volume of their intersection.
I found code to calculate the surface of intersection and it's working ok. % intersect surfaces Surface1.vertices = [anato_coords{1}(1,:)',anato_coords{1}(2,:)',anato_coords{1}(3,:)']; Surface1.faces = anato_surf; Surface2.vertices = [att_coords{1}(1,:)',att_coords{1}(2,:)',att_coords{1}(3,:)']; Surface2.faces = att_surf; [intersect12, Surf12] = SurfaceIntersection(Surface1, Surface2);
But can't find anything that would give me volume.
Any hint would be highly appreciated!!
Here is two example surfaces:
  1 comentario
jixiong fei
jixiong fei el 31 de Mzo. de 2024
have you solve this problem

Iniciar sesión para comentar.

Respuestas (1)

Constantino Carlos Reyes-Aldasoro
Constantino Carlos Reyes-Aldasoro el 2 de Abr. de 2024 a las 14:19
If these are points in the same coordinate system, could you find those points that occur in both cases? that would give you an indication of the volume once you scale to the correct proportions.

Categorías

Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by