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!