Particle size measurement from SEM image
조회 수: 16 (최근 30일)
이전 댓글 표시
How can I measure particle diameter with respect to the scale in the SEM image.

댓글 수: 0
채택된 답변
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
Stephan
2020년 12월 3일
You may be interested in:
Im sure you will find a function tha satisfies your needs.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!