MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   Loading Tiff stack in MATLAB (https://www.labfans.com/bbs/showthread.php?t=22070)

poster 2019-11-24 22:00

Loading Tiff stack in MATLAB
 
<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>



[url=https://stackoverflow.com/questions/59018373/loading-tiff-stack-in-matlab]More...[/url]


所有时间均为北京时间。现在的时间是 07:43

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.