PDA

查看完整版本 : Loading Tiff stack in MATLAB


poster
2019-11-24, 22:00
<p>Here is the code I am trying to use, xxxx is the image number that is 4 digit and ranges from 0000 to 1699.</p>

<pre><code>for i=1:1700
stack(:,:,i)=imread('UCS_xxxx.tif',i);
end
stack=uint8(stack);
</code></pre>

<p>I wonder how should I modify the loop to account for the image numbers.</p>



More... (https://stackoverflow.com/questions/59018373/loading-tiff-stack-in-matlab)