how to convert a .bin image stack to a .tif image stack
6 ビュー (過去 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!