フィルターのクリア

Particle size measurement from SEM image

31 ビュー (過去 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 件)

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by