How to select triangle shapes of specific height from SEM image ?
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 26 Mar 2023
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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!