Reading each image in a tiff stacks keeping string expression [message #89218] |
Tue, 05 August 2014 11:08  |
oatty3931
Messages: 8 Registered: June 2014
|
Junior Member |
|
|
Hello all,
I am working on something that requires input of series of images, either individually or as stacks.
;;; Specify the image files to be processed:
filespec= .....
I want to input a multi-page tiff file to be processed here. Simply naming the file:
filespec='stack.tif' only processes the first image in the stack.
I tried:
x=readtiffstack('newstack.tif')
filespec = x[0:149,0:149,*]
But received an error since String expression us required. (String expression= '' ")
Any help on how else to do this?
Thank you in advance
|
|
|
|