<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Basics: Volume visualization: 5/9 Making a 3-d plot &#8216;pretty&#8217; with lighting, shading, interpolation, etc&#8230;</title>
	<atom:link href="http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<lastBuildDate>Fri, 24 May 2013 18:04:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-2080</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 01 Jun 2010 20:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-2080</guid>
		<description><![CDATA[@Ahmad,

sliceomatic!
http://www.mathworks.com/matlabcentral/fileexchange/764

Doug]]></description>
		<content:encoded><![CDATA[<p>@Ahmad,</p>
<p>sliceomatic!<br />
<a href="http://www.mathworks.com/matlabcentral/fileexchange/764" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/764</a></p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad</title>
		<link>http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-2079</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-2079</guid>
		<description><![CDATA[Hi
I have a question that i cant really solve it
i have a 3D matrix A(424x424x192) where A(424x424x1)is an image of the first layer of an object and then A(424x424x2)is the image of the second layer(for example the first layer is at zero cm hieght and the second layer is at 2 cm hieght and so on until we reach the last layer A(424x424x192)which is at 192 cm hieght.
i wand to plot this matrix to get a volume shape of my object.
but i dont know how to do it. so if any one can help i will be really happy
thanks 
Ahmad]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I have a question that i cant really solve it<br />
i have a 3D matrix A(424x424x192) where A(424x424x1)is an image of the first layer of an object and then A(424x424x2)is the image of the second layer(for example the first layer is at zero cm hieght and the second layer is at 2 cm hieght and so on until we reach the last layer A(424x424x192)which is at 192 cm hieght.<br />
i wand to plot this matrix to get a volume shape of my object.<br />
but i dont know how to do it. so if any one can help i will be really happy<br />
thanks<br />
Ahmad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Kalita</title>
		<link>http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-1683</link>
		<dc:creator>Patrick Kalita</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-1683</guid>
		<description><![CDATA[Hello! This is Patrick, that voice you hear in this video.

As Tom notes, the ISONORMALS command is great to use in conjunction with the ISOSUFACE command. ISONORMALS can make the surface look more continuous by adjusting the &#039;VertexNormals&#039; property of the patch object based on the gradient of the underlying data. In fact, when you call ISOSURFACE without an output argument it makes use of the ISONORMALS command.

In the interest of limiting the total length of this presentation to one hour I had to forgo talking about the nice ISOSURFACE-helpers like ISONORMALS, ISOCAPS, and ISOCOLORS. But please feel free to check them out in the documentation:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isonormals.html
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isocaps.html
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isocolors.html]]></description>
		<content:encoded><![CDATA[<p>Hello! This is Patrick, that voice you hear in this video.</p>
<p>As Tom notes, the ISONORMALS command is great to use in conjunction with the ISOSUFACE command. ISONORMALS can make the surface look more continuous by adjusting the &#8216;VertexNormals&#8217; property of the patch object based on the gradient of the underlying data. In fact, when you call ISOSURFACE without an output argument it makes use of the ISONORMALS command.</p>
<p>In the interest of limiting the total length of this presentation to one hour I had to forgo talking about the nice ISOSURFACE-helpers like ISONORMALS, ISOCAPS, and ISOCOLORS. But please feel free to check them out in the documentation:<br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isonormals.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isonormals.html</a><br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isocaps.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isocaps.html</a><br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isocolors.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isocolors.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Clark</title>
		<link>http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-1682</link>
		<dc:creator>Tom Clark</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/11/17/basics-volume-visualization-59-making-a-3-d-plot-pretty-with-lighting-shading-interpolation-etc/#comment-1682</guid>
		<description><![CDATA[Nice, thanks to Doug and Patrick.

The alpha command is useful - I hadn&#039;t come across that, and always struggled with setting facealpha value etc for individual patches.

Also well worth a mention is the isonormals command, which effectively removes the faceted appearance of the patch objects (although gouraud lighting helps, computing the isonormals is still a substantial improvement).

From the ML isonormals help:

&lt;pre&gt;
data = cat(3, [0 .2 0; 0 .3 0; 0 0 0], ...
              [.1 .2 0; 0 1 0; .2 .7 0],...
              [0 .4 .2; .2 .4 0;.1 .1 0]);
data = interp3(data,3,&#039;cubic&#039;);

subplot(1,2,1)
p1 = patch(isosurface(data,.5),...
&#039;FaceColor&#039;,&#039;red&#039;,&#039;EdgeColor&#039;,&#039;none&#039;);
view(3); daspect([1,1,1]); axis tight
camlight; camlight(-80,-10); lighting phong; 
title(&#039;Triangle Normals&#039;)

subplot(1,2,2)
p2 = patch(isosurface(data,.5),...
    &#039;FaceColor&#039;,&#039;red&#039;,&#039;EdgeColor&#039;,&#039;none&#039;);
isonormals(data,p2)
view(3); daspect([1 1 1]); axis tight
camlight;  camlight(-80,-10); lighting phong; 
title(&#039;Data Normals&#039;)

&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Nice, thanks to Doug and Patrick.</p>
<p>The alpha command is useful &#8211; I hadn&#8217;t come across that, and always struggled with setting facealpha value etc for individual patches.</p>
<p>Also well worth a mention is the isonormals command, which effectively removes the faceted appearance of the patch objects (although gouraud lighting helps, computing the isonormals is still a substantial improvement).</p>
<p>From the ML isonormals help:</p>
<pre>
data = cat(3, [0 .2 0; 0 .3 0; 0 0 0], ...
              [.1 .2 0; 0 1 0; .2 .7 0],...
              [0 .4 .2; .2 .4 0;.1 .1 0]);
data = interp3(data,3,'cubic');

subplot(1,2,1)
p1 = patch(isosurface(data,.5),...
'FaceColor','red','EdgeColor','none');
view(3); daspect([1,1,1]); axis tight
camlight; camlight(-80,-10); lighting phong; 
title('Triangle Normals')

subplot(1,2,2)
p2 = patch(isosurface(data,.5),...
    'FaceColor','red','EdgeColor','none');
isonormals(data,p2)
view(3); daspect([1 1 1]); axis tight
camlight;  camlight(-80,-10); lighting phong; 
title('Data Normals')

</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
