How to determine the radial porosity distribution in the particle image?

1 view (last 30 days)
Dear all,
I would like to determin the radial porosity distribution of these particles,
Could u give me some ideas how to determine it?
Thanks so much for your help.
JL

Accepted Answer

Image Analyst
Image Analyst on 5 Jan 2023
Radial of the whole circle, or of each particle inside it?
See attached demo.
  6 Comments
Image Analyst
Image Analyst on 6 Jan 2023
First of all you have to segment the image and label the blobs so that each particle is it's own blob. I think you had code for doing that. Now if you take the histogram of each particle/blob, you will se a fairly narrow histogram. Most will be dark but there are a few particles that are brighter so those will have their histogram hump shifted closer to 255. But both will have a really narrow histogram. So, looking at one particular particle, how are you deciding which pixels are solid and which are void space? It's not like you have a nice bimodel histogram that you can split down the middle into clear solid and void classes. So how do you define solid and how to you define void? And is that decision different for the bright particles versus the dark particles?
Jialin Men
Jialin Men on 8 Jan 2023
Hallo Image Analyst,
Thanks very much for your advices, you are right, with this image it is really diffcult to define the void. I think i just make a radial distribution of particles.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!