FORMAT V = spm_vol(P)
V.mat - a 4x4 affine transformation matrix mapping from
voxel coordinates to real world coordinates.
mat은 복셀스페이스 (복셀스페이스, x로 몇복셀,y로 몇 복셀 ..) -> realworld (mm 단위,, 실제 머리의 크기와 관련된 현실사이즈)
cent = AMAP(i).centroid; // cent가 mm단위의 real world 좌표일때.
vx = double(inv(aalv.mat)*[cent'; 1]); // aalv.mat의 inv를 곱해주면.. realworld->복셀좌표.
vx가 cent로 갈때는
aalv.mat*vx
해주면 cent가 나온다.
반응형
'Neuroscience' 카테고리의 다른 글
Bayesian approaches to brain function (0) | 2014.07.13 |
---|---|
뇌를 투명하게 보는 방법(Clarity) 개발 (0) | 2014.01.10 |
BOLD 신호의 원리, principles of bold signal (0) | 2012.06.24 |
Dicom library, gdcm, 다이콤 라이브러리 (4) | 2012.02.28 |
doDTI 로 그려본 내 머리 신경다발. (0) | 2010.12.24 |