How to find distribution of thickness??
Show older comments
Hi All,
How to find distribution of thickness in black portion of images like this ??
Thanks in advance Shan
3 Comments
Shan Kapoor
on 13 Jan 2012
Oleg Komarov
on 13 Jan 2012
Edited: Jan
on 14 Nov 2012
Jan
on 14 Nov 2012
@Oleg: I vote for your comment.
Accepted Answer
More Answers (1)
Vedpal Singh
on 1 Feb 2015
0 votes
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 Comments
Anthony
on 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
on 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
on 4 Mar 2015
Thanks for the right acknowledgement.
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!