Reading a 3-D image in Matlab

Status
Not open for further replies.

cshyamanand

Banned
Joined
Aug 2, 2006
Messages
0
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,282
Activity points
0
hi i need help in reading a image in 3-dimension in matlab..
can any one get me the code for reading such a image..
i have tried imread but that 3rd dimension is bit difficult to be read...
also i need help in how to obtain DWT for a 3D image...
its urgent ...
 

Re: reading a image

Why imread does not work? What is your image format?
 

Re: reading a image

I = imread('Imagename','jpg');
Commonly used for JPEG Images(COLOR/GRAYSCALE etc).
Similarly use for other formats like GIF,TIF etc.
imshow(I);
Displays the image.....
How is it not able to read the third dimension....

Regards

Robin
 

Re: reading a image


Added after 43 seconds:

pardal said:
Why imread does not work? What is your image format?
 

Re: reading a image

IMAGE IS 2D , 3D ????
 

reading a image

imread is command to use
 

reading a image

hi sir i'm doing this project noe

my boss say first read digital image from the working directory
then read image in RGB format YCBCR[] chrominanace&luminanace how i have no idea . if u have means send me



Thanks & Regards

DHAMU
EMAIL ID: smile2dhamu@gmail.com
 

Re: reading a image

I believe all the Imags stored in the computer memory are 2d not 3d. but their effect is a 3d.

it may be in jpeg or tif
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…