How to find distribution of thickness??
Mostra commenti meno recenti
Hi All,
How to find distribution of thickness in black portion of images like this ??
Thanks in advance Shan
3 Commenti
Shan Kapoor
il 13 Gen 2012
Oleg Komarov
il 13 Gen 2012
Modificato: Jan
il 14 Nov 2012
Jan
il 14 Nov 2012
@Oleg: I vote for your comment.
Risposta accettata
Più risposte (1)
Vedpal Singh
il 1 Feb 2015
0 voti
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 Commenti
Anthony
il 11 Feb 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
il 12 Feb 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
il 4 Mar 2015
Thanks for the right acknowledgement.
Categorie
Scopri di più su Region and Image Properties in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!