how to fill a surface to obtain a 3D mask

8 vues (au cours des 30 derniers jours)
Mads
Mads le 10 Jan 2018
Commenté : Mads le 11 Jan 2018
I have a script that gives me 3D coordinates of the surface of a 3D object.
I would like to obtain a mask in 3D where everything on and inside the surface is true, and everthing outside the surface is false.
The mask could for example be of size 64-by-64-by-64.
Roughly speaking a 3D version of imfill() that tolerates not all points being connected once they are placed in the mask grid.

Réponses (1)

Image Analyst
Image Analyst le 10 Jan 2018
Is there any problem with just doing it one slice at a time using imfill()?
  1 commentaire
Mads
Mads le 11 Jan 2018
When for a given slice the points are connected, there is no problem. But when the curve is not closed imfill() doesn't work. I have tried imdilate() followed by imerode() to "invent" the missing points, but the operations seem to be a bit too harsh on the other parts of the curve. I wonder if there is some interpolation method that can fill out missing portions of the curve to close it...

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by