how to convert a .bin image stack to a .tif image stack
조회 수: 10 (최근 30일)
이전 댓글 표시
I have a ton of image stacks that are in .bin format and I need to convert them to .tif. Does anyone know how to do that in Matlab?
Thanks
댓글 수: 2
Walter Roberson
2019년 1월 30일
.bin is not a standardized format, so we do not know how data is stored in your particular .bin file. Sometimes https://www.mathworks.com/help/matlab/ref/multibandread.html is suitable for .bin files.
KSSV
2019년 1월 31일
YOu need to read the .bin file and write it to .tiff. If you know the format of your file..you can use fread to read the file.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!