Quantcast
Channel: MATLAB Central Newsreader - tag:"acharya"
Browsing latest articles
Browse All 15 View Live

how to convert a 2D image into 3D

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.

View Article



Re: how to convert a 2D image into 3D

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>...>...

View Article

Re: how to convert a 2D image into 3D

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....

View Article

Re: how to convert a 2D image into 3D

"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...

View Article

Re: how to convert a 2D image into 3D

"Gyanu Acharya" <acharyagr@hotmail.com> wrote in message <g4k2pi$c96$1@fred.mathworks.com>...> "Muhammad Idrees" <idrees_engineer@mathworks.com> wrote in > message...

View Article


Re: how to convert a 2D image into 3D

Mr Acharya, Thank you for your help. But, the result of this code is just a graph showing the dimensions of the required 3D image. How is it possible to view the actual 3D image. Please help me. I...

View Article

How to read x,y,z matrix from built-in file mesh.m

 x = imread('foo.bmp');% its 2D image xx = double(x); y = imagesc(xx)% gives 2D image z = mesh(xx)% gives the pixel values as 3rd dimension. I used this code for 2D to 3D image conversion.thanks for...

View Article

Re: how to convert a 2D image into 3D

On Friday, January 4, 2008 12:03:19 PM UTC+5, Muhammad Idrees wrote:> Hello all matlab users> > I am working on image processing tool of matlab> > I need an algorithm written in matlab...

View Article


Re: how to convert a 2D image into 3D

On Friday, January 4, 2008 12:03:19 PM UTC+5, Muhammad Idrees wrote:> Hello all matlab users> > I am working on image processing tool of matlab> > I need an algorithm written in matlab...

View Article


Re: how to convert a 2D image into 3D

<bilalahmed010@gmail.com> wrote in message news:46d567cf-4f78-4b45-9205-f12dd6813c26@googlegroups.com...> On Friday, January 4, 2008 12:03:19 PM UTC+5, Muhammad Idrees wrote:>> Hello all...

View Article

Re: how to convert a 2D image into 3D

"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...

View Article

Re: how to convert a 2D image into 3D

On Friday, January 4, 2008 at 2:03:19 AM UTC-5, Muhammad Idrees wrote:> Hello all matlab users> > I am working on image processing tool of matlab> > I need an algorithm written in matlab...

View Article

Re: how to convert a 2D image into 3D

<ls686@scarletmail.rutgers.edu> wrote in message news:7be32f71-341c-4d98-ba19-4600f706f75c@googlegroups.com...> On Friday, January 4, 2008 at 2:03:19 AM UTC-5, Muhammad Idrees wrote:>>...

View Article


Re: how to convert a 2D image into 3D

On Friday, January 4, 2008 at 3:03:19 PM UTC+8, Muhammad Idrees wrote:> Hello all matlab users> > I am working on image processing tool of matlab> > I need an algorithm written in matlab...

View Article

Re: how to convert a 2D image into 3D

I have 2000 images (2D) of sample. The density of material (i.e. particle) is same. I want to work out following tasks.         Load and stitched the images into 3D volume.         Identify the shapes...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images