Particle size measurement from SEM image

How can I measure particle diameter with respect to the scale in the SEM image.

 Accepted Answer

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 Comments

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)?

Sign in to comment.

More Answers (0)

Products

Release

R2019a

Asked:

on 2 Dec 2020

Commented:

on 3 Dec 2020

Community Treasure Hunt

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

Start Hunting!