<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427</link>
    <title>MATLAB Central Newsreader - conversion of 2D image into 3D image</title>
    <description>Feed for thread: conversion of 2D image into 3D image</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 24 Jan 2008 18:43:02 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#411134</link>
      <author>Vihang Patil</author>
      <description>"Vihang Patil" &amp;lt;vihang_patil@yahoo.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fn6m3d$c0n$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; "Muhammad " &amp;lt;idrees_engineer@mathworks.com&amp;gt; wrote in message&lt;br&gt;
&amp;gt; &amp;lt;fn4kf1$fnf$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I want to convert an image created in 2D into 3D.&lt;br&gt;
&amp;gt; &amp;gt; Is it possible?&lt;br&gt;
&amp;gt; &amp;gt; If yes then is there anybody to deveope a code for the &lt;br&gt;
&amp;gt; &amp;gt; subject?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; doc surf.&lt;br&gt;
&amp;gt; It will not always give you exact 3D, but playing with some&lt;br&gt;
&amp;gt; images, you will know what it does.&lt;br&gt;
&amp;gt; And are you refering to 2D image or images?? If you have a&lt;br&gt;
&amp;gt; stack of images its much more easier to do.&lt;br&gt;
&amp;gt; HTH&lt;br&gt;
&amp;gt; Vihang&lt;br&gt;
&lt;br&gt;
Try this to start with;&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4927&amp;objectType=FILE"&gt;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4927&amp;objectType=FILE&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
or&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/visualize/f0-18164.html&amp;http://www.google.co.in/search?hl=en&amp;q=surface+visualization+matlab&amp;btnG=Search&amp;meta="&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/visualize/f0-18164.html&amp;http://www.google.co.in/search?hl=en&amp;q=surface+visualization+matlab&amp;btnG=Search&amp;meta=&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Vihang&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Wed, 23 Jan 2008 06:16:13 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410783</link>
      <author>Vihang Patil</author>
      <description>"Muhammad " &amp;lt;idrees_engineer@mathworks.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fn4kf1$fnf$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I want to convert an image created in 2D into 3D.&lt;br&gt;
&amp;gt; Is it possible?&lt;br&gt;
&amp;gt; If yes then is there anybody to deveope a code for the &lt;br&gt;
&amp;gt; subject?&lt;br&gt;
&amp;gt; &lt;br&gt;
doc surf.&lt;br&gt;
It will not always give you exact 3D, but playing with some&lt;br&gt;
images, you will know what it does.&lt;br&gt;
And are you refering to 2D image or images?? If you have a&lt;br&gt;
stack of images its much more easier to do.&lt;br&gt;
HTH&lt;br&gt;
Vihang&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 Jan 2008 16:14:02 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410657</link>
      <author>Benjamin </author>
      <description>It is possible if you take the 2D picture with at least two &lt;br&gt;
cameras from two angles. Using epipolar geometry and stereo &lt;br&gt;
computer vision techniques you can reconstruct the 3d &lt;br&gt;
scene. There are various toolboxes for matlab available for &lt;br&gt;
download that can help with this.&lt;br&gt;
&lt;br&gt;
roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in &lt;br&gt;
message &amp;lt;fn51gh$8bs$1@canopus.cc.umanitoba.ca&amp;gt;...&lt;br&gt;
&amp;gt; In article &amp;lt;fn4kf1$fnf$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;gt; Muhammad  &amp;lt;idrees_engineer@mathworks.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt;I want to convert an image created in 2D into 3D.&lt;br&gt;
&amp;gt; &amp;gt;Is it possible?&lt;br&gt;
&amp;gt; &amp;gt;If yes then is there anybody to deveope a code for the &lt;br&gt;
&amp;gt; &amp;gt;subject?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; What do you mean by "convert an image created in 2D into &lt;br&gt;
3D" ?&lt;br&gt;
&amp;gt; Expressed that way without further explanation, the &lt;br&gt;
solution is&lt;br&gt;
&amp;gt; simple: just assign 0 as the z coordinate for all of the &lt;br&gt;
points.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Do you mean that you want a scene analysis that figures &lt;br&gt;
out&lt;br&gt;
&amp;gt; what parts of the scene stick in or stick out, and by how &lt;br&gt;
much,&lt;br&gt;
&amp;gt; and create a 3D extrapolation of the scene from the &lt;br&gt;
visual cues&lt;br&gt;
&amp;gt; in the 2D image? If so, then as John indicates, it is not &lt;br&gt;
possible&lt;br&gt;
&amp;gt; in the general case, as there are 2D images that offer &lt;br&gt;
contradictory&lt;br&gt;
&amp;gt; visual cues and which thus cannot be extrapolated into &lt;br&gt;
3D. If you&lt;br&gt;
&amp;gt; have an image taken of some "real life scene", then &lt;br&gt;
perspective is&lt;br&gt;
&amp;gt; still a problem. If you are trying to reconstruct a "real &lt;br&gt;
life scene"&lt;br&gt;
&amp;gt; then you usually want at least two images of the scene &lt;br&gt;
taken at&lt;br&gt;
&amp;gt; different locations, so that you can do stereotopic &lt;br&gt;
analysis.&lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt;    "Okay, buzzwords only. Two syllables, tops."  -- &lt;br&gt;
Laurie Anderson&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 Jan 2008 15:18:41 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410648</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;fn4kf1$fnf$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
Muhammad  &amp;lt;idrees_engineer@mathworks.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;I want to convert an image created in 2D into 3D.&lt;br&gt;
&amp;gt;Is it possible?&lt;br&gt;
&amp;gt;If yes then is there anybody to deveope a code for the &lt;br&gt;
&amp;gt;subject?&lt;br&gt;
&lt;br&gt;
What do you mean by "convert an image created in 2D into 3D" ?&lt;br&gt;
Expressed that way without further explanation, the solution is&lt;br&gt;
simple: just assign 0 as the z coordinate for all of the points.&lt;br&gt;
&lt;br&gt;
Do you mean that you want a scene analysis that figures out&lt;br&gt;
what parts of the scene stick in or stick out, and by how much,&lt;br&gt;
and create a 3D extrapolation of the scene from the visual cues&lt;br&gt;
in the 2D image? If so, then as John indicates, it is not possible&lt;br&gt;
in the general case, as there are 2D images that offer contradictory&lt;br&gt;
visual cues and which thus cannot be extrapolated into 3D. If you&lt;br&gt;
have an image taken of some "real life scene", then perspective is&lt;br&gt;
still a problem. If you are trying to reconstruct a "real life scene"&lt;br&gt;
then you usually want at least two images of the scene taken at&lt;br&gt;
different locations, so that you can do stereotopic analysis.&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;"Okay, buzzwords only. Two syllables, tops."  -- Laurie Anderson&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 Jan 2008 15:11:38 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410646</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;fn4p1a$d9h$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
John D'Errico &amp;lt;woodchips@rochester.rr.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;Yumnam Kirani Singh &amp;lt;kirani.singh@gmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt;&amp;lt;1634704.1201003842882.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt; May be possible, but not so easy. You have to write your own function for &lt;br&gt;
&amp;gt;your program.&lt;br&gt;
&lt;br&gt;
&amp;gt;NOT possible in general.&lt;br&gt;
&lt;br&gt;
I would guess, John, that you are referring to difficulties such&lt;br&gt;
as the "Impossible Cube" ?&lt;br&gt;
&lt;a href="http://en.wikipedia.org/wiki/Necker_cube#Ambiguity"&gt;http://en.wikipedia.org/wiki/Necker_cube#Ambiguity&lt;/a&gt;&lt;br&gt;
-- &lt;br&gt;
We regret to announce that sub-millibarn resolution bio-hyperdimensional&lt;br&gt;
plasmatic space polyimaging has been delayed until the release&lt;br&gt;
of Windows Vista SP2.&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 Jan 2008 12:54:02 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410615</link>
      <author>John D'Errico</author>
      <description>Yumnam Kirani Singh &amp;lt;kirani.singh@gmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;1634704.1201003842882.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; May be possible, but not so easy. You have to write your own function for &lt;br&gt;
your program.&lt;br&gt;
&lt;br&gt;
NOT possible in general.&lt;br&gt;
&lt;br&gt;
John&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 Jan 2008 12:10:12 -0500</pubDate>
      <title>Re: conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410607</link>
      <author>Yumnam Kirani Singh</author>
      <description>May be possible, but not so easy. You have to write your own function for your program.&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 Jan 2008 11:36:01 -0500</pubDate>
      <title>conversion of 2D image into 3D image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162427#410599</link>
      <author>Muhammad </author>
      <description>I want to convert an image created in 2D into 3D.&lt;br&gt;
Is it possible?&lt;br&gt;
If yes then is there anybody to deveope a code for the &lt;br&gt;
subject?&lt;br&gt;
&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
