Scanned images to matlab array
Show older comments
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 Comment
Answers (1)
Image Analyst
on 15 Jul 2023
Use imread
grayImage = imread(bmpFullFileName);
See the FAQ for how to get the file names into a string.
Categories
Find more on Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!