by Tim Lueth & Valentin Ameres, SG-Lib Toolbox: SolidGeometry 5.6 - Images
Introduced first in SolidGeometry 5.1, Creation date: 2021-11-29, Last change: 2025-09-15
See Also: imstackofSGprojection
, imstackwrite
, VMofimagestack
[IS,seldir]=imstackread([dirname,r90,siz,scl,"ext"])
dirname: | folder name or file name | |
r90: | if true, imageas are rotated; default is TRUE | |
siz: | size; default is taken from file size | |
scl: | scaling; default is 1 | |
"ext": | default is 'raw' |
IS: | image stack | |
seldir: | selected directory |
imstackofSGprojection(SGsample(17)); IS=ans; % CREATE PROJECTION IMAGES 300x300
imstackwrite(IS,'test'); dname=ans; % WRITE RAW FILE DIRECTORY
imstackread(dname,false,'',2); IS=ans; % READIN STACK