<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240259</link>
    <title>MATLAB Central Newsreader - 3D CT reconstruction</title>
    <description>Feed for thread: 3D CT reconstruction</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by 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>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 02 Dec 2008 05:00:44 -0500</pubDate>
      <title>3D CT reconstruction</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240259#614363</link>
      <author>maya </author>
      <description>I am trying to reconstruct 3D image from 2D CT slices using delaunay triangulation.Can anybody say how to use the delaunay function in Matlab for the above&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Maya</description>
    </item>
    <item>
      <pubDate>Tue, 02 Dec 2008 14:53:41 -0500</pubDate>
      <title>Re: 3D CT reconstruction</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240259#614456</link>
      <author>russell.fung@gmail.com</author>
      <description>On Dec 1, 11:00=A0pm, &quot;maya&quot; &amp;lt;mayaea...@googlenews.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; I am trying to reconstruct 3D image from 2D CT slices using delaunay tria=&lt;br&gt;
ngulation.Can anybody say how to use the delaunay function in Matlab for th=&lt;br&gt;
e above&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&amp;gt; Maya&lt;br&gt;
&lt;br&gt;
You can probably start by reading the documentation for Delaunay&lt;br&gt;
Triangulation:&lt;br&gt;
&lt;br&gt;
help delaunay</description>
    </item>
    <item>
      <pubDate>Tue, 02 Dec 2008 15:00:20 -0500</pubDate>
      <title>Re: 3D CT reconstruction</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240259#614457</link>
      <author>Gavrilo Bozovic</author>
      <description>&quot;maya&quot; &amp;lt;mayaeapen@googlenews.com&amp;gt; wrote in message &amp;lt;gh2fds$b29$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I am trying to reconstruct 3D image from 2D CT slices using delaunay triangulation.Can anybody say how to use the delaunay function in Matlab for the above&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&amp;gt; Maya&lt;br&gt;
&lt;br&gt;
Maya, you already asked this same question on August, the 28th. Tens of comments followed, which showed that you did not provide enough information for anyone to give you an answer.&lt;br&gt;
&lt;br&gt;
What should be different this time? Try to better formulate your question. You could also try and explain what you have already tried to do to solve your problem (I'm assuming here that you *did* do something in the last three months).</description>
    </item>
    <item>
      <pubDate>Tue, 02 Dec 2008 15:24:31 -0500</pubDate>
      <title>Re: 3D CT reconstruction</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240259#614466</link>
      <author>Walter Roberson</author>
      <description>maya wrote:&lt;br&gt;
&amp;gt; I am trying to reconstruct 3D image from 2D CT slices using delaunay triangulation. Can anybody&lt;br&gt;
&amp;gt; say how to use the delaunay function in Matlab for the above&lt;br&gt;
&lt;br&gt;
Based upon the information you supplied in your previous round of postings,&lt;br&gt;
it is not possible to use Delaunay triangulation to do the reconstruction&lt;br&gt;
that you hoped to do.&lt;br&gt;
&lt;br&gt;
Delaunay triangulation is for the case where you have points in space, and&lt;br&gt;
you have places where the points are not. That does not match the situation you&lt;br&gt;
described before, where you have a complete matrix of voxels, each of which is&lt;br&gt;
a volume of a different intensity, and you wish to connect together certain&lt;br&gt;
voxels that (if I recall correctly) you have no present algorithm for&lt;br&gt;
firmly differentiating from other voxels. Your segmentation work needs to&lt;br&gt;
start with the aspect of differentiating the voxels of interest from those&lt;br&gt;
that are not of interest: only then should you be concerned about reconstruction.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
.signature note: I am now avoiding replying to unclear or ambiguous postings.&lt;br&gt;
Please review questions before posting them. Be specific. Use examples of what you mean,&lt;br&gt;
of what you don't mean. Specify boundary conditions, and data classes and value&lt;br&gt;
relationships -- what if we scrambled your data or used -Inf, NaN, or complex(rand,rand)?</description>
    </item>
    <item>
      <pubDate>Tue, 02 Dec 2008 16:23:36 -0500</pubDate>
      <title>Re: 3D CT reconstruction</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240259#614489</link>
      <author>ImageAnalyst</author>
      <description>On Dec 2, 12:00=A0am, &quot;maya&quot; &amp;lt;mayaea...@googlenews.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; I am trying to reconstruct 3D image from 2D CT slices using delaunay tria=&lt;br&gt;
ngulation.Can anybody say how to use the delaunay function in Matlab for th=&lt;br&gt;
e above&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&amp;gt; Maya&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------&lt;br&gt;
Pretty sloppy terminology.  You either reconstruct a 3D image from 2D&lt;br&gt;
projection images (not slices)  (using the regular methodology of&lt;br&gt;
filtered back projections, Radon transforms, etc.) or you can make a&lt;br&gt;
surface rendering once you've identified (somehow) which voxels lie on&lt;br&gt;
the surface that you want to render.  Which is it?&lt;br&gt;
Regards,&lt;br&gt;
ImageAnalyst</description>
    </item>
  </channel>
</rss>

