<?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: 3D Vision with Stereo Disparity</title>
	<atom:link href="http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/</link>
	<description>computer vision, science, business, and life</description>
	<lastBuildDate>Sun, 14 Mar 2010 10:53:07 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ray Phan</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1274</link>
		<dc:creator>Ray Phan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1274</guid>
		<description>&lt;a href=&quot;#comment-1270&quot; rel=&quot;nofollow&quot;&gt;@emy &lt;/a&gt; 

I&#039;m running MATLAB 7.8.0 (R2009a) and the function exists in my version... you probably have an outdated version of MATLAB.  I know R14 was a version of MATLAB as of around 2005.  I kept on getting run-time errors and it wouldn&#039;t start when I tried installing it on my PC!  Try typing in help im2single to see if the function exists for you.  The function converts the image to single precision.

When you run mex -setup, make sure you choose either the Microsoft Visual C++ compiler in Windows, gcc in Linux, or mexopts in the MACOSX environment.  Their default compiler doesn&#039;t seem to work very well.

As for 3DView, I&#039;m not too familiar with it.  What is it supposed to do?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1270" rel="nofollow">@emy </a> </p>
<p>I&#8217;m running MATLAB 7.8.0 (R2009a) and the function exists in my version&#8230; you probably have an outdated version of MATLAB.  I know R14 was a version of MATLAB as of around 2005.  I kept on getting run-time errors and it wouldn&#8217;t start when I tried installing it on my PC!  Try typing in help im2single to see if the function exists for you.  The function converts the image to single precision.</p>
<p>When you run mex -setup, make sure you choose either the Microsoft Visual C++ compiler in Windows, gcc in Linux, or mexopts in the MACOSX environment.  Their default compiler doesn&#8217;t seem to work very well.</p>
<p>As for 3DView, I&#8217;m not too familiar with it.  What is it supposed to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emy</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1270</link>
		<dc:creator>emy</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1270</guid>
		<description>have you idea about  3d view using matlab?</description>
		<content:encoded><![CDATA[<p>have you idea about  3d view using matlab?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emy</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1267</link>
		<dc:creator>emy</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1267</guid>
		<description>@ Ray 
thank you so much about your interesting and your answers
i goto Shai Bagon’s website and download the MATLAB wrapper but some functions undefind like featurefun , im2single so, i have many error i&#039;m using MATLAB Version 7.0.0.19920 (R14), can you help me??
and i have another problem i can&#039;t deal with mex after setup!!!!!
regards
emy</description>
		<content:encoded><![CDATA[<p>@ Ray<br />
thank you so much about your interesting and your answers<br />
i goto Shai Bagon’s website and download the MATLAB wrapper but some functions undefind like featurefun , im2single so, i have many error i&#8217;m using MATLAB Version 7.0.0.19920 (R14), can you help me??<br />
and i have another problem i can&#8217;t deal with mex after setup!!!!!<br />
regards<br />
emy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Phan</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1261</link>
		<dc:creator>Ray Phan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1261</guid>
		<description>&lt;a href=&quot;#comment-1259&quot; rel=&quot;nofollow&quot;&gt;@emy  &lt;/a&gt; 

That dissimilarity is inspired by the Klaus, Sormann and Karner paper.  They use a combination of sum of absolute differences, and gradient features to produce reliable disparities.  The SAD measure is good if you assume that the surface is Lambertian, and the gradient features are good for surfaces that aren&#039;t subject to Lambertian properties, but they have poor discriminating power.  So these authors combined both of these similarity measures together to produce a final dissimilarity function, and they use local matching methods with this function to compute a disparity map.

Some of the things in the paper that are key elements to the algorithm they conveniently left out... such as the disparity plane fitting.  There&#039;s a lot more math going on than in those two paragraphs they wrote, and it&#039;s kind of disconcerting that they left it out.

Also, the mean-shift code is there.  You have to go to Shai Bagon&#039;s website and download the MATLAB wrapper.  Shawn didn&#039;t implement the code, but used the MATLAB wrapper instead.  He also wrote a wrapper on top of the wrapper to make things easier.

- Ray.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1259" rel="nofollow">@emy  </a> </p>
<p>That dissimilarity is inspired by the Klaus, Sormann and Karner paper.  They use a combination of sum of absolute differences, and gradient features to produce reliable disparities.  The SAD measure is good if you assume that the surface is Lambertian, and the gradient features are good for surfaces that aren&#8217;t subject to Lambertian properties, but they have poor discriminating power.  So these authors combined both of these similarity measures together to produce a final dissimilarity function, and they use local matching methods with this function to compute a disparity map.</p>
<p>Some of the things in the paper that are key elements to the algorithm they conveniently left out&#8230; such as the disparity plane fitting.  There&#8217;s a lot more math going on than in those two paragraphs they wrote, and it&#8217;s kind of disconcerting that they left it out.</p>
<p>Also, the mean-shift code is there.  You have to go to Shai Bagon&#8217;s website and download the MATLAB wrapper.  Shawn didn&#8217;t implement the code, but used the MATLAB wrapper instead.  He also wrote a wrapper on top of the wrapper to make things easier.</p>
<p>- Ray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emy</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1260</link>
		<dc:creator>emy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1260</guid>
		<description>sorry but i have another question , you say above, First, we segment the reference image using a technique called “Mean Shift Segmentation&quot; , but i linked to mean shift segmentation but i cann&#039;t find the matlab code.
 
emy</description>
		<content:encoded><![CDATA[<p>sorry but i have another question , you say above, First, we segment the reference image using a technique called “Mean Shift Segmentation&#8221; , but i linked to mean shift segmentation but i cann&#8217;t find the matlab code.</p>
<p>emy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emy</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1259</link>
		<dc:creator>emy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1259</guid>
		<description>hi shawn , thank you about your effort, it is nice work.
i execute the stereo_nofilter function, i need your help to understand why are you used gradient function in your program ? what are you mean by this line?
d = CSAD+weight*CGRAD; 
i wrote aprogram to compute the disparity map but by another technique it depend on using window 3x3 or 5x5 or 7x7 and calculate the disparity for the center pixel in this window , but you calculate the disparity for all image!!!!

emy</description>
		<content:encoded><![CDATA[<p>hi shawn , thank you about your effort, it is nice work.<br />
i execute the stereo_nofilter function, i need your help to understand why are you used gradient function in your program ? what are you mean by this line?<br />
d = CSAD+weight*CGRAD;<br />
i wrote aprogram to compute the disparity map but by another technique it depend on using window 3&#215;3 or 5&#215;5 or 7&#215;7 and calculate the disparity for the center pixel in this window , but you calculate the disparity for all image!!!!</p>
<p>emy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1176</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1176</guid>
		<description>@Philip.  It is not too complicated.  Check out the book, &quot;Multiple View Geometry in Computer Vision&quot; by Richard Hartley, Andrew Zisserman.</description>
		<content:encoded><![CDATA[<p>@Philip.  It is not too complicated.  Check out the book, &#8220;Multiple View Geometry in Computer Vision&#8221; by Richard Hartley, Andrew Zisserman.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1175</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1175</guid>
		<description>@Philip.  This line is kind of a hack.  It just centers the disparity image between the two reflectance images.</description>
		<content:encoded><![CDATA[<p>@Philip.  This line is kind of a hack.  It just centers the disparity image between the two reflectance images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1170</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1170</guid>
		<description>Hai Shawn, can u explain more about ur stereo m file, line 59, &quot;pd = shift_image(pixel_dsp,5); &quot;. Why the shift value is 5?</description>
		<content:encoded><![CDATA[<p>Hai Shawn, can u explain more about ur stereo m file, line 59, &#8220;pd = shift_image(pixel_dsp,5); &#8220;. Why the shift value is 5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/comment-page-1/#comment-1169</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2007/12/3d-vision-with-stereo-disparity/#comment-1169</guid>
		<description>Hi Shawn, how to converted pixel disparity to actual distance from the camera geometry?</description>
		<content:encoded><![CDATA[<p>Hi Shawn, how to converted pixel disparity to actual distance from the camera geometry?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
