I have an three phase images, in which lighter color represents Nickel, darker shade YSZ and complete black is pore area. After tresholding, I formed a binary image for each phase. Now my question is : 1) how to combine all these three binary images into 1 image ? 2) how to calculate interface area between two phases for example Nickel(while) and YSZ (darker shade) ? I know if I can find the Interphase length then by using stereology techniques I can count the no of intersection points of test grid line with interphase line and can calculate interphase area. But I dont know how to find the Interphase length in this image ?? Images are attached for your reference.

 채택된 답변

Image Analyst
Image Analyst 2016년 5월 27일

1 개 추천

You've probably figured this out by now, but you use the gray level cooccurrence matrix, done by the gracomatrix() function in the Image Processing Toolbox.

댓글 수: 2

jason white
jason white 2016년 5월 31일
Hi, No I am not able to figure out this till now. I looked into graycomatrix, I didnt find much help there. Can you be bit more specific like how to find tow phase boundary and triple phase points in a 3-phase image. It will be great help if you can give more specific answer or the resources where I can look into this.
Image Analyst
Image Analyst 2016년 5월 31일
편집: Image Analyst 2016년 5월 31일
The GLCM tells you how many pixels of one intensity are adjacent to each of the other intensities. Why would this not help?
Why do you think you need to get phase boundaries? Just for visiualization? Where would the boundary go? Over pixels of which phase?

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

추가 답변 (1개)

질문:

2016년 5월 25일

편집:

2016년 5월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by