<?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: Processing Tutorials: Getting Started with Video Processing via OpenCV</title>
	<atom:link href="http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/</link>
	<description>The home for visualists</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:43:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Impendeded</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-34229</link>
		<dc:creator>Impendeded</dc:creator>
		<pubDate>Wed, 11 Jan 2012 20:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-34229</guid>
		<description>Hi.  
Somebody please tell me where can i download a lot of Classical Music mp3 music? Thx</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Somebody please tell me where can i download a lot of Classical Music mp3 music? Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-34137</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 22 Dec 2011 15:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-34137</guid>
		<description>hi, I use Processing Program on Windows.Ican get error about Unsatisfied link Error hypermedia.video.openCV . How can I solve this error?Could you please help me. </description>
		<content:encoded><![CDATA[<p>hi, I use Processing Program on Windows.Ican get error about Unsatisfied link Error hypermedia.video.openCV . How can I solve this error?Could you please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MariaMoon</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-33733</link>
		<dc:creator>MariaMoon</dc:creator>
		<pubDate>Thu, 10 Nov 2011 20:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-33733</guid>
		<description>Congratulations all of this rare event that happens once in a hundred years! </description>
		<content:encoded><![CDATA[<p>Congratulations all of this rare event that happens once in a hundred years!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Estamiloca87</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-33712</link>
		<dc:creator>Estamiloca87</dc:creator>
		<pubDate>Tue, 08 Nov 2011 21:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-33712</guid>
		<description>side effects to cephalexin - cephalexin side effects stomach pain </description>
		<content:encoded><![CDATA[<p>side effects to cephalexin &#8211; cephalexin side effects stomach pain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-33488</link>
		<dc:creator>E</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-33488</guid>
		<description>Thanks so much for this! </description>
		<content:encoded><![CDATA[<p>Thanks so much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing OpenCV for Processing in Eclipse on a Mac &#171; DECO } Han</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-33152</link>
		<dc:creator>Installing OpenCV for Processing in Eclipse on a Mac &#171; DECO } Han</dc:creator>
		<pubDate>Thu, 11 Aug 2011 10:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-33152</guid>
		<description>[...] the quotes).  Now you&#8217;re all set up, you should be able to try out some introductory opencv tutorial.  [ These instructions were compiled from the following sources: [...]</description>
		<content:encoded><![CDATA[<p>[...] the quotes).  Now you&#8217;re all set up, you should be able to try out some introductory opencv tutorial.  [ These instructions were compiled from the following sources: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spike</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-31340</link>
		<dc:creator>spike</dc:creator>
		<pubDate>Sat, 23 Oct 2010 19:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-31340</guid>
		<description>Just would like to point out that there is a minor typo at the bottom. It reads: 
 
 if (hCycle &gt; 255) hCycle = 0;   //  If hCycle is greater than 255 (the maximum value for a hue) then make it equal to 0 
} 
 
When it should read: 
 
if (hCycle &gt; 255) hCycle = 0; 
 
I know all you smart people figured that out immediately, but from one programming noob to another: here you go. </description>
		<content:encoded><![CDATA[<p>Just would like to point out that there is a minor typo at the bottom. It reads:</p>
<p> if (hCycle &gt; 255) hCycle = 0;   //  If hCycle is greater than 255 (the maximum value for a hue) then make it equal to 0</p>
<p>}</p>
<p>When it should read:</p>
<p>if (hCycle &gt; 255) hCycle = 0;</p>
<p>I know all you smart people figured that out immediately, but from one programming noob to another: here you go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-31294</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 15 Oct 2010 10:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-31294</guid>
		<description>I have been trying on and off for a year to get 
OpenCV working with Processing sketches. 
 
I always get: 
The package &quot;Hypermedia&quot; does not exist etc etc warnings on compile. 
 
Many others have had similar problems - there&#039;s a thread that has been discussing the problem for over a year, with no solution apparent:  &lt;a href=&quot;http://processing.org/discourse/yabb2/YaBB.pl?num=1238338691/0&quot; rel=&quot;nofollow&quot;&gt;http://processing.org/discourse/yabb2/YaBB.pl?num...&lt;/a&gt;  
 
I have tried all the suggestions on this thread, and many others, on four different Windows XP machines, with every version of OpenCV ever released. 
I can&#039;t get the darn thing to work. 
 
Is anyone clever enough to have a solution? </description>
		<content:encoded><![CDATA[<p>I have been trying on and off for a year to get</p>
<p>OpenCV working with Processing sketches.</p>
<p>I always get:</p>
<p>The package &quot;Hypermedia&quot; does not exist etc etc warnings on compile.</p>
<p>Many others have had similar problems &#8211; there&#039;s a thread that has been discussing the problem for over a year, with no solution apparent:<br />
  <a href="http://processing.org/discourse/yabb2/YaBB.pl?num=1238338691/0" rel="nofollow">http://processing.org/discourse/yabb2/YaBB.pl?num&#8230;</a>  </p>
<p>I have tried all the suggestions on this thread, and many others, on four different Windows XP machines, with every version of OpenCV ever released.</p>
<p>I can&#039;t get the darn thing to work.</p>
<p>Is anyone clever enough to have a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mana</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-30789</link>
		<dc:creator>Mana</dc:creator>
		<pubDate>Wed, 22 Sep 2010 16:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-30789</guid>
		<description>I&#039;m using java, eclipse. 
I&#039;m unable to eliminate the &#039;import hypermedia cannot be resolved&#039; error.  
What exactly do i need to add to my project?  
I have the OpenCV 2.0 folder. Also what is CDT used for specifically? Is it needed? </description>
		<content:encoded><![CDATA[<p>I&#039;m using java, eclipse.</p>
<p>I&#039;m unable to eliminate the &#039;import hypermedia cannot be resolved&#039; error. </p>
<p>What exactly do i need to add to my project? </p>
<p>I have the OpenCV 2.0 folder. Also what is CDT used for specifically? Is it needed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jojio</title>
		<link>http://createdigitalmotion.com/2009/02/processing-tutorials-getting-started-with-video-processing-via-opencv/#comment-28728</link>
		<dc:creator>jojio</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmotion.com/?p=3285#comment-28728</guid>
		<description>how to do capturing and separation of frames from video using webcam </description>
		<content:encoded><![CDATA[<p>how to do capturing and separation of frames from video using webcam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

