필터 지우기
필터 지우기

Homogeneity of particle distribution in an image

조회 수: 14 (최근 30일)
Yogesh T L
Yogesh T L 2016년 8월 1일
댓글: Image Analyst 2016년 8월 2일
Hi, I am using matlab for image processing and would like to find the particle distribution (white) with respect to surrounding environment (black) in the attached binary image. Please let me know if you have any suggestions. Thank you.
  댓글 수: 3
Yogesh T L
Yogesh T L 2016년 8월 2일
I have many images to be analyzed similar to the one shown above but with different extent of mixing (white). So, I would like to analyze the mixing index of white particles with respect to the surrounding environment (black).
Image Analyst
Image Analyst 2016년 8월 2일
Then I'd check out this link plus the books I referred you to yesterday in my Answer below.

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

채택된 답변

Image Analyst
Image Analyst 2016년 8월 1일
There are so many things you could measure. Do you know what you want to measure? If not, just call regionprops and ask for 'All' and you'll get a bunch of different metrics. See my Image Segmentation Tutorial for a demo: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Otherwise you might consult the "bible" of spatial statistics by Adrian Baddeley of CSIRO: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 This is the authoritative reference on the topic. Take a look at chapter 1, and also on page 114 where they discuss interdependence of points and Morishita plots (based on chi squared), and Fry plots. Then check out Page 125 for Ripley's K function which characterizes the pairwise distances. There are also a lot of other metrics you can measure. One approach is to measure everything you can think of any then do some stats to find out which are useful.
There are many books on particle analysis: https://smile.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=particle+analysis with even more things you can measure.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by