how to use image toolbox to process SEM image
Show older comments
how to plot a 3D of SEM (Scanning electron microscope) micrograph.
6 Comments
Image Analyst
on 15 Nov 2021
I'm not sure what it means to "plot" an image.
If you want training on the Image Processing Toolbox, it comes with plenty of examples that you can go through.
Edward Ntim
on 16 Nov 2021
DGM
on 17 Nov 2021
How is the data presented? is it a single MxN matrix? Is it a MxNxP array? Is it a set of x, y, z coordinate vectors?
Edward Ntim
on 18 Nov 2021
DGM
on 19 Nov 2021
Depending on the file format and scaling, you may be able to view 2D images with tools like imagesc() or imshow(). For volumetric images, you might be able to use the Volume Viewer App that comes with IPT. Depending on how the data is scaled, it may help to normalize the image prior to viewing (e.g. by using mat2gray()).
Image Analyst
on 19 Nov 2021
Edward admit it, you didn't read the tutorial, did you? Your question is just so vague and non-specific about all we can say is that you can use MATLAB to perform image processing tasks. Sure, that's so general that it's essentially useless, but your question is also so general that it can't be answered without training you with a whole course in image processing. I gave you links to learn how to do some simple image processing tasks. That should be a good start. If you want anything more specific, you'll have to be more specific.
Answers (1)
Edward Ntim
on 19 Nov 2021
0 votes
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!