<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132</link>
    <title>MATLAB Central Newsreader - How to create 3D mesh model?</title>
    <description>Feed for thread: How to create 3D mesh model?</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, 14 Jul 2009 19:55:03 -0400</pubDate>
      <title>How to create 3D mesh model?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132#665285</link>
      <author>Tong </author>
      <description>I have segmented meniscus images from MRI that is created in about 3mm slices.  How would I combine these slices together to create a 3D model of the meniscus?</description>
    </item>
    <item>
      <pubDate>Tue, 14 Jul 2009 20:49:03 -0400</pubDate>
      <title>Re: How to create 3D mesh model?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132#665301</link>
      <author>Luigi Giaccari</author>
      <description>Please send me that models of yours, I am plannig to build a surface recostructor for sliced cloud. Send to : giaccariluigi@msn.com&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
In the mean time look for:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/22185&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/22185&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://giaccariluigi.altervista.org/blog/&quot;&gt;http://giaccariluigi.altervista.org/blog/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
and related</description>
    </item>
    <item>
      <pubDate>Fri, 17 Jul 2009 21:45:18 -0400</pubDate>
      <title>Re: How to create 3D mesh model?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132#666228</link>
      <author>Brad Henrie</author>
      <description>&quot;Tong &quot; &amp;lt;celticbaseball06@gmail.com&amp;gt; wrote in message &amp;lt;h3inqn$ni5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have segmented meniscus images from MRI that is created in about 3mm slices.  How would I combine these slices together to create a 3D model of the meniscus?&lt;br&gt;
&lt;br&gt;
First place all of your slices into a 3-d matrix. This will give you a cube of data. You can then view it from multiple planes by using this format variable(:,:,a) where a is the slice position in a direction directly into your displayed image. Using the same format you can display other planes variable(:,a,:). Converting your image to greyscale will allow you to display it using implay. &lt;br&gt;
&lt;br&gt;
I'm sure that since you are working with MRI you have access to the image processing toolbox. &lt;br&gt;
&lt;br&gt;
While viewing images in a plane where the pixels are not square you need to scale your image. (if you have a 3x3x5 voxel and display the 3x5 pixel representation) Also remember your slice separation if you don't have 3-d k-space. </description>
    </item>
    <item>
      <pubDate>Sat, 18 Jul 2009 04:02:35 -0400</pubDate>
      <title>Re: How to create 3D mesh model?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132#666265</link>
      <author>Image Analyst</author>
      <description>&quot;Tong &quot; &amp;lt;celticbaseball06@gmail.com&amp;gt; wrote in message &amp;lt;h3inqn$ni5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have segmented meniscus images from MRI that is created in about 3mm slices.  How would I combine these slices together to create a 3D model of the meniscus?&lt;br&gt;
----------------------------------------&lt;br&gt;
I'm not sure what you mean by &quot;model,&quot; but you can combine 2D images together to form a 3D image by using the cat(3, slice1, slice2, slice3, slice4, slice5,......) function.</description>
    </item>
    <item>
      <pubDate>Mon, 20 Jul 2009 18:36:02 -0400</pubDate>
      <title>Re: How to create 3D mesh model?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132#666733</link>
      <author>Tong </author>
      <description>&quot;Image Analyst&quot; &amp;lt;imageanalyst@mailinator.com&amp;gt; wrote in message &amp;lt;h3rhgr$of5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Tong &quot; &amp;lt;celticbaseball06@gmail.com&amp;gt; wrote in message &amp;lt;h3inqn$ni5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I have segmented meniscus images from MRI that is created in about 3mm slices.  How would I combine these slices together to create a 3D model of the meniscus?&lt;br&gt;
&amp;gt; ----------------------------------------&lt;br&gt;
&amp;gt; I'm not sure what you mean by &quot;model,&quot; but you can combine 2D images together to form a 3D image by using the cat(3, slice1, slice2, slice3, slice4, slice5,......) function.&lt;br&gt;
&lt;br&gt;
What about when I am using regions of interest, not images?</description>
    </item>
    <item>
      <pubDate>Mon, 20 Jul 2009 21:06:01 -0400</pubDate>
      <title>Re: How to create 3D mesh model?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/256132#666754</link>
      <author>fabio freschi</author>
      <description>you can try iso2mesh in FE&lt;br&gt;
fabio</description>
    </item>
  </channel>
</rss>

