10-29-2009 07:26 AM
Hi Ppl,
I have to measure the average thickness of the particles in an image. After thresholding the image I have a few particles in the image, for which I have to measure the average thickness. These particles are not of regular shape. I was not able to find a particle measurement parameter that will give the average thickness of the particle. Is there any good way to do this ?
Thanks
10-29-2009 07:28 AM
10-29-2009 07:34 AM - edited 10-29-2009 07:35 AM
This is the Particle that I get after thresholding.
10-29-2009 08:20 AM
10-29-2009 08:27 AM
10-29-2009 09:48 AM
One way I see that might work is using a rake to find the first and last edges going across the particle. If you set the spacing to two or three lines, you would have a pretty good idea of how wide the particle is. Average all the usable values to get the average thickness.
Another way would be to count all the pixels in the particle, measure the length of the particle, then divide to get the avg. number of pixel wide. This would ignore black pixels within the particle, though.
Bruce