Path: news.mathworks.com!not-for-mail
From: "Vihang Patil" <vihang_patil@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: conversion of 2D image into 3D image
Date: Wed, 23 Jan 2008 06:16:13 +0000 (UTC)
Organization: Konem Solutions
Lines: 14
Message-ID: <fn6m3d$c0n$1@fred.mathworks.com>
References: <fn4kf1$fnf$1@fred.mathworks.com>
Reply-To: "Vihang Patil" <vihang_patil@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1201068973 12311 172.30.248.35 (23 Jan 2008 06:16:13 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 23 Jan 2008 06:16:13 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 413701
Xref: news.mathworks.com comp.soft-sys.matlab:447115


"Muhammad " <idrees_engineer@mathworks.com> wrote in message
<fn4kf1$fnf$1@fred.mathworks.com>...
> I want to convert an image created in 2D into 3D.
> Is it possible?
> If yes then is there anybody to deveope a code for the 
> subject?
> 
doc surf.
It will not always give you exact 3D, but playing with some
images, you will know what it does.
And are you refering to 2D image or images?? If you have a
stack of images its much more easier to do.
HTH
Vihang