Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Average thickness measurement

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 

0 Kudos
Message 1 of 6
(4,267 Views)
Post a few images. Did you try clamp? edge detection since you want only the average thickness
0 Kudos
Message 2 of 6
(4,266 Views)

This is the Particle that I get after thresholding.

 

Post.jpg

Message Edited by lordsathish on 10-29-2009 07:35 AM
0 Kudos
Message 3 of 6
(4,264 Views)
There is also a white isolated particle. I dont think you can consider that
0 Kudos
Message 4 of 6
(4,257 Views)
Yeah, But is it possible to measure the average thickness of the rest of the particle ?
0 Kudos
Message 5 of 6
(4,255 Views)

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

Bruce Ammons
Ammons Engineering
0 Kudos
Message 6 of 6
(4,246 Views)