<?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: 2. Basic Image Manipulation</title>
	<atom:link href="http://mathnathan.com/2010/07/13/2opencv/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathnathan.com/2010/07/13/2opencv/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=2opencv</link>
	<description>Musings from a mathematician</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:20:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Jim</title>
		<link>http://mathnathan.com/2010/07/13/2opencv/comment-page-1/#comment-369</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 26 Dec 2010 17:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=376#comment-369</guid>
		<description>Although make and g++ is old hat, CMake is new to me, so this got me going quickly. Thanks, this is really helpful.</description>
		<content:encoded><![CDATA[<p>Although make and g++ is old hat, CMake is new to me, so this got me going quickly. Thanks, this is really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://mathnathan.com/2010/07/13/2opencv/comment-page-1/#comment-349</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Mon, 29 Nov 2010 10:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=376#comment-349</guid>
		<description>hi,
I think I&#039;v got the solution for displaying multiple windows using cvNamedWindow() function ...
Below is the sample code for  frames taken from the cam and displaying it in multiple windows.
The code displays 10 frames of images taken from the camera.
cp is the pointer to CvCapture.
//
IplImage *fp[20];
 char* p;
 char ch;
p=&amp;ch;
for(int l1=0;l1&lt;10;l1++)

{
         *p=l1;
         fp[l1]=cvQueryFrame(cp);
        cvNamedWindow(p,CV_WINDOW_AUTOSIZE);
        cvShowImage(p,fp[l1]);
       
} 
 //</description>
		<content:encoded><![CDATA[<p>hi,<br />
I think I&#8217;v got the solution for displaying multiple windows using cvNamedWindow() function &#8230;<br />
Below is the sample code for  frames taken from the cam and displaying it in multiple windows.<br />
The code displays 10 frames of images taken from the camera.<br />
cp is the pointer to CvCapture.<br />
//<br />
IplImage *fp[20];<br />
 char* p;<br />
 char ch;<br />
p=&amp;ch;<br />
for(int l1=0;l1&lt;10;l1++)</p>
<p>{<br />
         *p=l1;<br />
         fp[l1]=cvQueryFrame(cp);<br />
        cvNamedWindow(p,CV_WINDOW_AUTOSIZE);<br />
        cvShowImage(p,fp[l1]);</p>
<p>}<br />
 //</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://mathnathan.com/2010/07/13/2opencv/comment-page-1/#comment-28</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=376#comment-28</guid>
		<description>@above: haha

@nathan: have a look at my website... I&#039;ve got some tuts there, hopefully you&#039;ll find something useful</description>
		<content:encoded><![CDATA[<p>@above: haha</p>
<p>@nathan: have a look at my website&#8230; I&#8217;ve got some tuts there, hopefully you&#8217;ll find something useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Han</title>
		<link>http://mathnathan.com/2010/07/13/2opencv/comment-page-1/#comment-23</link>
		<dc:creator>Han</dc:creator>
		<pubDate>Tue, 13 Jul 2010 22:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=376#comment-23</guid>
		<description>What. The. Fuck?</description>
		<content:encoded><![CDATA[<p>What. The. Fuck?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

