I am trying to extract information from the attached image of a coal sample, as for example the length and with of the fractures and the connection between them. I am using a filter and turn it into a black and white image, but have not found the right method yet, to get extract data that I can use for a statistical analysis. I have been checking the bioinformatics toolbox, which contains methods to describe the connections between biograph objects (depth first search, shortest path algorithm), but it doesn't seem to be what I am looking for. Does anyone have experience on a similar problem and could give me some useful hints?

 채택된 답변

Image Analyst
Image Analyst 2014년 11월 12일

0 개 추천

Try the Image Processing Toolbox.

댓글 수: 3

Julia
Julia 2014년 11월 14일
Sure, I have been going through it all. For example using the hough transform for object analysis. I get a representation of the lines that I am looking for (see attached pictures). But my problem is how to get actual values, e.g. length and width im cm, to use them in a statistical analysis. For example I want to say in 1000 pictures I have a number of x lines with an average length of y.
Image Analyst
Image Analyst 2014년 11월 15일
You need to spatially calibrate. See my spatial calibration demo, attached.
Julia
Julia 2014년 11월 18일
편집: Julia 2014년 11월 18일
This is an awesome demo, thanks for that. In general it does the job, but I am looking for a way to automate the search!? I have been going down several paths but do not seem to find the right solution. Since I have a binary matrix I suppose it would be some algorithm counting all subsequent ones in an array of zeros..

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

질문:

2014년 11월 12일

편집:

2014년 11월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by