Particle size measurement from SEM image

조회 수: 16 (최근 30일)
Qaisar Latif
Qaisar Latif 2020년 12월 2일
댓글: Stephan 2020년 12월 3일
How can I measure particle diameter with respect to the scale in the SEM image.

채택된 답변

Stephan
Stephan 2020년 12월 2일
You can use the imfindcircles function (example here) which gives back the radii of detetcted circles in combination with houghlines (example here) to get the needed information from the image. This should work properly since your image has low noise and a good contrast.
  댓글 수: 2
Qaisar Latif
Qaisar Latif 2020년 12월 2일
Hi, Stephan. Thanks for the help. The imfindcircles function works well for a circular object. As you can see my particles or slightly elongated along the horizontal axis, the imfindcircles function might give a wrong (area/dia/radii) estimate. Is it possible to draw a boundary around the particle using some other matlab function and then find the exact (area/dia/radii)?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by