create_mosaic.m

버전 1.0.0.0 (23.6 KB) 작성자: Simon Robinson
create_mosiac.m - Create tiled "mosaic" images from volumes
다운로드 수: 1.1K
업데이트 날짜: 2011/5/2

라이선스 보기

Conceived for functional Magnetic Resonance Imaging, create_mosaic may also be useful for DWI or other applications which create image time-series

Most fMRI programs use 4D matrices (x,y,z,t) in NIfTI format.
It can be useful to reduce the number of dimension from 4 to 3 by tiling all slices (z) into a "mosaic" image for each time point (t).
Scrolling through the 3rd dimension in the mosaic (e.g. in mricro http://www.cabiatl.com/mricro/mricro/index.html) allows the time course of each slice to be visualised.
Useful for assessing motion and artefacts in fMRI time series.
Can also be used to create a 2D mosaic of all the slices in a 3D volume, e.g. for structural imaging

In the example below, 4D EPI times-series in NIfTI format (all called 'Image.nii') are stored in the directories '5','6','8' in the directory specified by root_dir
create_mosaic writes a 3D mosaic file for each, in NIfTI format, in the directory results_dir, with file names Mosaic_5.nii, etc

Simon Robinson. 2/May/2011. simon.robinson@meduniwien.ac.at
version_number = 1.0;
Credit: includes many functions from Jimmy Shen's excellent NIfTI toolbox (file exchange # 8797)

인용 양식

Simon Robinson (2024). create_mosaic.m (https://www.mathworks.com/matlabcentral/fileexchange/31279-create_mosaic-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0