Filter löschen
Filter löschen

Particle size measurement from SEM image

21 Ansichten (letzte 30 Tage)
Qaisar Latif
Qaisar Latif am 2 Dez. 2020
Kommentiert: Stephan am 3 Dez. 2020
How can I measure particle diameter with respect to the scale in the SEM image.

Akzeptierte Antwort

Stephan
Stephan am 2 Dez. 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 Kommentare
Qaisar Latif
Qaisar Latif am 2 Dez. 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)?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by