Prev: Thermocouple
Next: how to control the accuracy of fzero
From: Anton Semechko on 23 Jun 2010 12:12 Hi, I have a somewhat unusual problem. I need to read in a volumetric image saved as a .tif file, but I cannot index the individual slices of the image, eg. imread('image.tif',slice_i), as the entire 3D array had been saved as multichannel image. So the only feasible syntax is imread('image.tif'), which by default reads in just the first image in the .tif file. However when I attempt to read in the image, I can only read in the first slice. This operation is accompanied by the following warning message: Warning: Only the first slice will be read from this image with depth 684. Does anyone know of other ways to read in the image that was saved in this fashion into the MatLab workspace? Thank you in advance. Anton
|
Pages: 1 Prev: Thermocouple Next: how to control the accuracy of fzero |