필터 지우기
필터 지우기

Grain Model how to remove smaller grains

조회 수: 2 (최근 30일)
David Harra
David Harra 2022년 6월 8일
댓글: Image Analyst 2022년 6월 8일
I have a grain model which consists of lots of tiny grains and clusters of of larger grains. I am wondering how it is possible to separate the smaller grains from the larger grains like the example below
I plot my grains by reading in rectilinear coordinates via reading in an Amira file to Matlab. This lets me plot my material matrix but I have no idea how to go about separating the grains. Has anyone done something similar before? I would be more than happy to share my files if anyone can point me in the right direction.
Thanks :)

답변 (3개)

Constantino Carlos Reyes-Aldasoro
A bit difficult to help more without the data but I think that your problem can be fixed by selecting your grains by the properties using ismember
Have a look and let us know if this solves your problem or not
  댓글 수: 1
David Harra
David Harra 2022년 6월 8일
Hi constantino
I had a read through this but not sure how to apply this to my data. I'm not the best or imaginative when it comes to coding unfortunately.
You can access my data via this link
Grain Model and the password is matlab2022
Im not sure how else I can share my data on here.
Any Help would be appreciated.

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


Image Analyst
Image Analyst 2022년 6월 8일
If you have a binary image of the grains, you can use bwareaopen or bwareafilt to extract grains of a certain size.
  댓글 수: 2
David Harra
David Harra 2022년 6월 8일
I had a look at these functions but can't seem to get anything close. I will need my data for both segmented parts so I can obtain some statistics from the, The distribution of smaller grains and distribution of larger features.
Image Analyst
Image Analyst 2022년 6월 8일
Do you have a labeled image? Or indexed image? It looks like you do because you have separate colors for them. If you do, you can do it.

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


Constantino Carlos Reyes-Aldasoro
Ok, I think now I understand your problem. I thought you had information on the grains themselves, but if you are starting with a grainy image, what you need to do is to filter the image. Take your original image (this one includes the title and labels as it is the one you sent)
Use a median filter like this
imagesc(medfilt3(MatGrid,[5 5 1]))
And that removes the small grains from the image.
  댓글 수: 1
David Harra
David Harra 2022년 6월 8일
Hi Constantino
Not sure if this is the correct method I would need. I think separating them rather than removing them would be better put like the example above. Once I am able to achieve this I want to do a histogram so I can get the distrubution of grains for the samll grains and like was for the larger features.
As you can notice from the example above both images would join back together like a jigsaw. I just can't seem to figure out what has been done to achive this. All my data is within the Amira file so perhaps something can be altered.
Thanks so far for the help its pushing me in the right direction :)

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

카테고리

Help CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by