필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
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

채택된 답변

Image Analyst
Image Analyst 2023년 1월 5일
Radial of the whole circle, or of each particle inside it?
See attached demo.
  댓글 수: 6
Image Analyst
Image Analyst 2023년 1월 6일
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 2023년 1월 8일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by