How to find distribution of thickness??
Mostrar comentarios más antiguos
Hi All,
How to find distribution of thickness in black portion of images like this ??
Thanks in advance Shan
3 comentarios
Shan Kapoor
el 13 de En. de 2012
Oleg Komarov
el 13 de En. de 2012
Editada: Jan
el 14 de Nov. de 2012
Jan
el 14 de Nov. de 2012
@Oleg: I vote for your comment.
Respuesta aceptada
Más respuestas (1)
Vedpal Singh
el 1 de Feb. de 2015
0 votos
Euclidean Distance Transform [bwdist()]can be used only to calculate the thickness of 2D image not 3D images.
Anybody can suggest the 3D thickness measurement methods?
3 comentarios
Anthony
el 11 de Feb. de 2015
I don't have experience with this particular function but if it is a 3D image you are interested in you could just run the 2D function for each 2D slice of the image and then compile the results together. Just a thought.
Image Analyst
el 12 de Feb. de 2015
Why do you say that? That's not true. Just look at the help:
D = bwdist(BW) computes the Euclidean distance transform of the binary image BW. For each pixel in BW, the distance transform assigns a number that is the distance between that pixel and the nearest nonzero pixel of BW. bwdist uses the Euclidean distance metric by default. BW can have any dimension. D is the same size as BW.
The key phrase being "BW can have any dimension." In other words, it can handle 3-D volumetric binary images.
Vedpal Singh
el 4 de Mzo. de 2015
Thanks for the right acknowledgement.
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!