ConeBeamCT
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
i am getting voxcel in the form of R(:,:,:) after FDK algorithm and i am saving this voxel to axial images by using for i=1:size(R,3) dicomwrite(R(:,:,i),filename); end but i am anable to save in the sagital and coronal format by using for i=1:size(R,3) dicomwrite(R(:,i,:),filename); %for sagital end
and for i=1:size(R,3) dicomwrite(R(i,:,:),filename); %for coronal end
what is the correct process plese hlp me
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!