How to find monolayer material regions in microscope images
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have got optical microscope images of material samples on substrate, and I am trying to use image processing toolbox to help detect monolayers in these images (The 1L regions of attached images). I tried to use 'Canny' edge detection function in matlab image processing toolbox with a upper and lower threshold to find the slight color change between 1L regions and background while neglecting sharp edges (like edges between 2L, 3L regions), but this method is not stable and may give fault edges if there are crack or gaps inside many layer regions. I am thinking if a neutral network or other kind of models can be trained to recognize these regions.Any suggestion on this image processing problem?




0 commentaires
Réponses (1)
Image Analyst
le 6 Oct 2017
What defines the 1L regions? Is it the color? The thickness? The aspect ratio? The area? If it's the color, a simple delta E color difference could be good enough. See my demo http://www.mathworks.com/matlabcentral/fileexchange/31118-color-segmentation-by-delta-e-color-difference
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!