how to convert a .bin image stack to a .tif image stack

14 次查看(过去 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
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
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 CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

产品


版本

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by