How to apply a treatment Isocenter of a CT Volume in order to create a Digitally reconstructed radiograph (DRR)

조회 수: 5 (최근 30일)
I have a CT volume and I want to find the Isocenter. This is what I have done so far,
center_voxel_data_mm=[(size(voxel_data,1)/2)*voxel_header{1,1}.PixelSpacing(1),...
(size(voxel_data,2)/2)*voxel_header{1,1}.PixelSpacing(2),...
(size(voxel_data,3)/2)*voxel_header{1,1}.SliceThickness];
This is the true center of the CT volume I have also set an isocenter for this CT volume using a treatment planning machine (Pinnacle to be specific) The dicom coordinates are, x=-1.20mm,91.8mm,500.00mm. I apply the treatment isocenter as an offset to the true center of the CT volume, However when I create DRR using this new center it does not work. Does anyone have an idea what I might be doing wrong? I need help.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by