How to write tiff stacks with single precision

11 views (last 30 days)
I have two tiff stack images('a.tif' and 'b.tif'). Each of them have 2 stacks(512*512, grayscale). I want to write the result of a./b in single mode precision with Tiff class. I can get the result (result.zip) with other ImageJ, but failed to do it in Matlab. How can I do this?

Accepted Answer

Walter Roberson
Walter Roberson on 10 May 2016
  1 Comment
Yuanzhen Suo
Yuanzhen Suo on 11 May 2016
Thanks. It works well. Since I want to put multiple images into a tiff file, I also call the writeDirectory after performing t.write.

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!