Clear Filters
Clear Filters

Particle size measurement from SEM image

31 views (last 30 days)
How can I measure particle diameter with respect to the scale in the SEM image.

Accepted Answer

Stephan
Stephan on 2 Dec 2020
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
Qaisar Latif
Qaisar Latif on 2 Dec 2020
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

Community Treasure Hunt

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

Start Hunting!