| Author |
how to convert a 2D image into 3D
|
|
| Muhammad Idrees 2008-01-04, 4:38 am |
| Hello all matlab users
I am working on image processing tool of matlab
I need an algorithm written in matlab to convert the 2D
image into 3D image.
Is there any body to help me.
| |
| arulvel v 2008-01-06, 10:24 pm |
| hi
have you converted the 2d image to 3d.
i too need the algorithm in matlab
"Muhammad Idrees" <idrees_engineer@mathworks.com> wrote in
message <flklnn$94v$1@fred.mathworks.com>...
> Hello all matlab users
>
> I am working on image processing tool of matlab
>
> I need an algorithm written in matlab to convert the 2D
> image into 3D image.
>
> Is there any body to help me.
| |
| Yumnam Kirani Singh 2008-01-07, 4:30 am |
| There is some confusion about 2D and 3D image. Indexed image and gray scale image may be taken as 2D image and rgb image may be taken as 3D image, regarding the data matrix representing those images. This interpretation may be different from the viewing p
oint of view. To convert a 2D view to 3D view, we need to mapped using the orthogonal projection at proper viewing angle. Here viewing angle plays a very important role.
|
|
|
|