help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bugs in imread for multi-page tiff image


From: John W. Eaton
Subject: bugs in imread for multi-page tiff image
Date: Tue, 27 Apr 2010 20:05:29 -0400

On 27-Apr-2010, Qianqian Fang wrote:

| hi
| 
| I found some issues using imread to read a multi-paged TIFF file.
| The file under test can be downloaded from this link:
| 
| 
https://orbit.nmr.mgh.harvard.edu/plugins/scmsvn/viewcvs.php/*checkout*/trunk/iso2mesh/sample/headseg.tif?root=iso2mesh
| 
| when I use command
| 
|    brain=imread('headseg.tif',1:256);
| 
| I got an array of dimension 256x256x1x256
| with all zeros elements.
| 
| If I used a loop, such as below, I can get 256x256x256 array,
| but still all zeros.

If you think you've found a bug in Octave, then please read
http://www.octave.org/bugs.html and follow the directions there to
report it in the bug tracker.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]