Home > Util > shepp.m

shepp

PURPOSE ^

SHEPP generates the famous Shepp and Logan image in computed tomography

SYNOPSIS ^

function T=shepp(lin,kol,fact,cas)

DESCRIPTION ^

SHEPP generates the famous Shepp and Logan image in computed tomography
Tests:
T=shepp;imagesc(T),axis('square')
T=shepp(128);imagesc(T),axis('square')
T=shepp(128,100);imagesc(T),axis('square')
T=shepp(128,100,2);imagesc(T),axis('square')
T=shepp(128,128,1,1);imagesc(T),axis('square')
T=shepp(128,128,2,1);imagesc(T),axis('square')
T=shepp(128,100,2,2);imagesc(T),axis('square')
T=shepp(128,100,2,3);imagesc(T),axis('square')
T=shepp(128,100,2,4);imagesc(T),axis('square')
T=shepp(128,100,2,5);imagesc(T),axis('square')
T=shepp(128,100,2,6);imagesc(T),axis('square')
T=shepp(128,100,2,7);imagesc(T),axis('square')
T=shepp(128,100,2,8);imagesc(T),axis('square')

Author: Ali Mohammad-Djafari

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Feb-2004 16:43:21 by m2html © 2003