MATLAB: Voxel Image intensity inCT images

abdominalctImage Processing Toolboxmedical imagevoxel

Hello, i have CT images and i want to get the Voxel Intensity at I(x,y,z), please ca any one explain to me how i can get this intensity. Thank you Lafi

Best Answer

The z value will be the slice number you want the gray level from. So it would be like
voxelValue = array3D(y, x, sliceNumber);