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 件のコメント
回答 (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!