How to select triangle shapes of specific height from SEM image ?
3 ビュー (過去 30 日間)
表示 古いコメント
To find out the height of traingle as seen in a SEM image and to find out the number of all such triangles in the image.
0 件のコメント
回答 (1 件)
Image Analyst
2023 年 3 月 26 日
You could probably use Image Analysis.
It's a generic, general purpose demo of how to threshold an image to find blobs, and then measure things about the blobs, and extract certain blobs based on their areas or diameters.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
Otherwise you won't get any good answers because you forgot to attach a few images.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!