Scanned images to matlab array
显示 更早的评论
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 个)
Image Analyst
2023-7-15
Use imread
grayImage = imread(bmpFullFileName);
See the FAQ for how to get the file names into a string.
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!