<?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: Fast 3D Stereo Vision</title>
	<atom:link href="http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/</link>
	<description>computer vision, science, business, and life</description>
	<lastBuildDate>Wed, 21 Jul 2010 17:43:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: congkhanhtruong</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1391</link>
		<dc:creator>congkhanhtruong</dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1391</guid>
		<description>Hi, thanks for your code.
When I tried using the Tsukuba pictures, I get the same result as your picture.
But if I use your code with my pictures, there are a few problems.
Matlap give my images the Value 382x512 uint8, in Tsukuba, it is 288x284x3 uint8
That&#039;s a problem.
Can you tell me how can I convert my images so that the code is running?

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your code.<br />
When I tried using the Tsukuba pictures, I get the same result as your picture.<br />
But if I use your code with my pictures, there are a few problems.<br />
Matlap give my images the Value 382&#215;512 uint8, in Tsukuba, it is 288&#215;284x3 uint8<br />
That&#8217;s a problem.<br />
Can you tell me how can I convert my images so that the code is running?</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1387</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Thu, 24 Jun 2010 08:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1387</guid>
		<description>when i give this command

mex modefilt2_mex.cpp

this error comes up....

Warning: You are using gcc version &quot;4.4.1&quot;.  The version
         currently supported with MEX is &quot;4.2.3&quot;.
         For a list of currently supported compilers see: 
         http://www.mathworks.com/support/compilers/current_release/

pls help</description>
		<content:encoded><![CDATA[<p>when i give this command</p>
<p>mex modefilt2_mex.cpp</p>
<p>this error comes up&#8230;.</p>
<p>Warning: You are using gcc version &#8220;4.4.1&#8243;.  The version<br />
         currently supported with MEX is &#8220;4.2.3&#8243;.<br />
         For a list of currently supported compilers see:<br />
         <a href="http://www.mathworks.com/support/compilers/current_release/" rel="nofollow">http://www.mathworks.com/support/compilers/current_release/</a></p>
<p>pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1351</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Wed, 05 May 2010 16:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1351</guid>
		<description>Dear Shawn, thank you very much for your rapid response. I guess, this accuracy is enough for my work. However, now that I have the disparity map, I want to calculate the depth map from it. I have all the camera parameters. So how do I calculate the depth maps? I know some formulas that use the disparity value to calculate the depth map,but is there a place where I can find the code to do the same? Or if it is easy to code, can I do it myself? Please advise me. Here are the camera parameters I have:

f = 24,287 mm    (focal length)
Znear = 0 m
Zfar = 30m
Distance between left and right camera:  68mm</description>
		<content:encoded><![CDATA[<p>Dear Shawn, thank you very much for your rapid response. I guess, this accuracy is enough for my work. However, now that I have the disparity map, I want to calculate the depth map from it. I have all the camera parameters. So how do I calculate the depth maps? I know some formulas that use the disparity value to calculate the depth map,but is there a place where I can find the code to do the same? Or if it is easy to code, can I do it myself? Please advise me. Here are the camera parameters I have:</p>
<p>f = 24,287 mm    (focal length)<br />
Znear = 0 m<br />
Zfar = 30m<br />
Distance between left and right camera:  68mm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1349</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Tue, 04 May 2010 12:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1349</guid>
		<description>&lt;a href=&quot;#comment-1348&quot; rel=&quot;nofollow&quot;&gt;@Karthik &lt;/a&gt; 
Great comments, and thanks for the links to your own examples.  You may be right that the &#039;left&#039; and &#039;right&#039; inputs are flipped, but it looks like you figured that out!

As for improved detail and good performance despite a lack of texture... This simple stereo vision algorithm has it&#039;s limitations!  You can refer to the literature (publications like CVPR, PAMI, TIP) to find much more sophisticated algorithms that may help address the problems you mentioned.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1348" rel="nofollow">@Karthik </a><br />
Great comments, and thanks for the links to your own examples.  You may be right that the &#8216;left&#8217; and &#8216;right&#8217; inputs are flipped, but it looks like you figured that out!</p>
<p>As for improved detail and good performance despite a lack of texture&#8230; This simple stereo vision algorithm has it&#8217;s limitations!  You can refer to the literature (publications like CVPR, PAMI, TIP) to find much more sophisticated algorithms that may help address the problems you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1348</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 03 May 2010 17:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1348</guid>
		<description>I compared the images that you used with my test sequences and I noticed that I need to give the inputs as i did in the image of the second link above. However, the output lacks detail and if I decrease the window size, it does not improve. Also, if you notice the roof of the room in the image(second link), it has blue stripes that follow the texture in the original image. Any ideas how to avoid this? 
Thanks a lot. 
-Karthik.</description>
		<content:encoded><![CDATA[<p>I compared the images that you used with my test sequences and I noticed that I need to give the inputs as i did in the image of the second link above. However, the output lacks detail and if I decrease the window size, it does not improve. Also, if you notice the roof of the room in the image(second link), it has blue stripes that follow the texture in the original image. Any ideas how to avoid this?<br />
Thanks a lot.<br />
-Karthik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1346</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 03 May 2010 13:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1346</guid>
		<description>Here is the result with the correct inputs - http://picasaweb.google.com/karthik.divakaruni/DisparityMapRoom3D#5467026926067829202

Here is the result with right and left interchanged - 
http://picasaweb.google.com/karthik.divakaruni/DisparityMapRoom3D#5467027926374654338</description>
		<content:encoded><![CDATA[<p>Here is the result with the correct inputs &#8211; <a href="http://picasaweb.google.com/karthik.divakaruni/DisparityMapRoom3D#5467026926067829202" rel="nofollow">http://picasaweb.google.com/karthik.divakaruni/DisparityMapRoom3D#5467026926067829202</a></p>
<p>Here is the result with right and left interchanged &#8211;<br />
<a href="http://picasaweb.google.com/karthik.divakaruni/DisparityMapRoom3D#5467027926374654338" rel="nofollow">http://picasaweb.google.com/karthik.divakaruni/DisparityMapRoom3D#5467027926374654338</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1345</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 03 May 2010 12:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1345</guid>
		<description>Hello Shawn,
I am a student working on 3D video coding project. Initially I have to get some depth maps. I am using your code to calculate the disparity maps of stereo pairs. I am using the test sequences from http://www.3dtv-research.org/publicSwLibrary.php website. I am not getting good results but I noticed a very strange thing that my results are better when i interchange the input images - Right and left. 
I guess it has something to do with trying out different value for MAXS - I did, but it is not working. Can you advise me on this please? Thank you so much.</description>
		<content:encoded><![CDATA[<p>Hello Shawn,<br />
I am a student working on 3D video coding project. Initially I have to get some depth maps. I am using your code to calculate the disparity maps of stereo pairs. I am using the test sequences from <a href="http://www.3dtv-research.org/publicSwLibrary.php" rel="nofollow">http://www.3dtv-research.org/publicSwLibrary.php</a> website. I am not getting good results but I noticed a very strange thing that my results are better when i interchange the input images &#8211; Right and left.<br />
I guess it has something to do with trying out different value for MAXS &#8211; I did, but it is not working. Can you advise me on this please? Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waqas</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1299</link>
		<dc:creator>Waqas</dc:creator>
		<pubDate>Thu, 25 Mar 2010 20:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1299</guid>
		<description>Hellow Yawn,
I have not found the matrix.h, mex.h and except.h files. Please help me where I can find these files to run the programm. I have search these files on google and download, but when I run the programm it gives errors.</description>
		<content:encoded><![CDATA[<p>Hellow Yawn,<br />
I have not found the matrix.h, mex.h and except.h files. Please help me where I can find these files to run the programm. I have search these files on google and download, but when I run the programm it gives errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emy</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1266</link>
		<dc:creator>emy</dc:creator>
		<pubDate>Sat, 30 Jan 2010 12:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1266</guid>
		<description>@ Ray
thank you so much about your answer, i setup mex and when i write this line
mex f:\modefilt2_mex.cpp  the resulte is
Error F:\modefilt2_mex.cpp: 82  illegal expression 
Error F:\modefilt2_mex.cpp: 82  found `int&#039; expected a function 
Error F:\modefilt2_mex.cpp: 82  operands of = have illegal types `int&#039; and `void&#039; 
Error F:\modefilt2_mex.cpp: 100  illegal expression 
Error F:\modefilt2_mex.cpp: 100  found `int&#039; expected a function 
Error F:\modefilt2_mex.cpp: 100  operands of = have illegal types `int&#039; and `void&#039; 
6 errors, 0 warnings 
 
  C:\MATLAB7\BIN\WIN32\MEX.PL: Error: Compile of &#039;F:\modefilt2_mex.cpp&#039; failed. 
 
??? Error using ==&gt; mex
Unable to complete successfully

so what can i do??!! , i can&#039;t deal with c.
regards
emy</description>
		<content:encoded><![CDATA[<p>@ Ray<br />
thank you so much about your answer, i setup mex and when i write this line<br />
mex f:\modefilt2_mex.cpp  the resulte is<br />
Error F:\modefilt2_mex.cpp: 82  illegal expression<br />
Error F:\modefilt2_mex.cpp: 82  found `int&#8217; expected a function<br />
Error F:\modefilt2_mex.cpp: 82  operands of = have illegal types `int&#8217; and `void&#8217;<br />
Error F:\modefilt2_mex.cpp: 100  illegal expression<br />
Error F:\modefilt2_mex.cpp: 100  found `int&#8217; expected a function<br />
Error F:\modefilt2_mex.cpp: 100  operands of = have illegal types `int&#8217; and `void&#8217;<br />
6 errors, 0 warnings </p>
<p>  C:\MATLAB7\BIN\WIN32\MEX.PL: Error: Compile of &#8216;F:\modefilt2_mex.cpp&#8217; failed. </p>
<p>??? Error using ==&gt; mex<br />
Unable to complete successfully</p>
<p>so what can i do??!! , i can&#8217;t deal with c.<br />
regards<br />
emy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Phan</title>
		<link>http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/comment-page-1/#comment-1262</link>
		<dc:creator>Ray Phan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/04/stereo-vision-update-with-new-code/#comment-1262</guid>
		<description>&lt;a href=&quot;#comment-1258&quot; rel=&quot;nofollow&quot;&gt;@emy  &lt;/a&gt; 

You have to set up MEX so that it knows what compiler to use to compile the code.  Type in mex -setup in MATLAB to set that up.

Hope this helps, 
- Ray.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1258" rel="nofollow">@emy  </a> </p>
<p>You have to set up MEX so that it knows what compiler to use to compile the code.  Type in mex -setup in MATLAB to set that up.</p>
<p>Hope this helps,<br />
- Ray.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
