Scanned images to matlab array
Afficher commentaires plus anciens
I have microCT scanned some structures and had series of bmp images and i need to change them into Matlab arrays. Hope someone can help please.
1 commentaire
Réponses (1)
Image Analyst
le 15 Juil 2023
Use imread
grayImage = imread(bmpFullFileName);
See the FAQ for how to get the file names into a string.
Catégories
En savoir plus sur Images dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!