3d volume to 2d

  • Follow


If I have 3d volume and I want to creat 2d images what commands will help me,

Please suggest me how I can proceed to get nice 2d images.


Thanks and regards,
Priya
0
Reply mat001 3/22/2010 4:57:04 PM

"mat001 " <dres01@lycos.com> wrote in message <ho87h0$9mg$1@fred.mathworks.com>...
> If I have 3d volume and I want to creat 2d images what commands will help me,
> 
> Please suggest me how I can proceed to get nice 2d images.
> 
> 
> Thanks and regards,
> Priya

Priya, 

Can you describe a bit more about your image? It if is contained within a N x M x L matrix, you can view the images by using imshow to look at particular slices of the matrix. For instance, "imshow(image_of_interest(:,:,3))" to see the third slice in the "L" plane. 
0
Reply Patrick 8/16/2010 2:31:09 PM


1 Replies
447 Views

(page loaded in 0.032 seconds)

Similiar Articles:













7/25/2012 2:24:46 AM


Reply: