dicom ImagePlus constructor
Posted by Tony Shepherd on Apr 29, 2009; 12:51pm
URL: http://imagej.273.s1.nabble.com/dicom-ImagePlus-constructor-tp3692738.html
I construct an ImagePlus object by
ImagePlus imp = new ImagePlus(filename);
where 'filename' is the name of the first slice in a 3D dicom set.
The file format is recognised and 'imp' containd data from this first slice
(2d image plus header). Can I construct as a stack, by automatically
running through all the slices in the same folder?
Thanks for any help.