<?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: Webcam face detection in C# using Emgu CV</title>
	<atom:link href="http://friism.com/webcam-face-detection-in-c-using-emgu-cv/feed" rel="self" type="application/rss+xml" />
	<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv</link>
	<description>a Michael Friis production</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:32:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sonu</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1512</link>
		<dc:creator>sonu</dc:creator>
		<pubDate>Fri, 16 Jul 2010 01:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1512</guid>
		<description>sonu -&gt;&gt;  http://note.sonots.com/SciSoftware/haartraining.html#t1a1f262

Can someone tell me how to extract the face detected and then do some extra detection ? I just need to get the face&#039;s image croped in all frames...

thanks in advance</description>
		<content:encoded><![CDATA[<p>sonu -&gt;&gt;  <a href="http://note.sonots.com/SciSoftware/haartraining.html#t1a1f262" rel="nofollow">http://note.sonots.com/SciSoftware/haartraining.html#t1a1f262</a></p>
<p>Can someone tell me how to extract the face detected and then do some extra detection ? I just need to get the face&#8217;s image croped in all frames&#8230;</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonu</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1500</link>
		<dc:creator>sonu</dc:creator>
		<pubDate>Wed, 30 Jun 2010 07:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1500</guid>
		<description>hiii
sir 
can u suggest me how o train the databse on your own..
bcoz for side view the results are worst..
or if u could suggest me a way to detect side face of a human in the video with arnd 80 % accuracy..</description>
		<content:encoded><![CDATA[<p>hiii<br />
sir<br />
can u suggest me how o train the databse on your own..<br />
bcoz for side view the results are worst..<br />
or if u could suggest me a way to detect side face of a human in the video with arnd 80 % accuracy..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Komal</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1468</link>
		<dc:creator>Komal</dc:creator>
		<pubDate>Tue, 01 Jun 2010 15:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1468</guid>
		<description>Hi. When i run this code i get an exception at the line

Image grayframe = nextFrame.Convert();

and it says that this &quot;conversion is not supported by OpenCV&quot;
Now can anyone tel me how to solve it?</description>
		<content:encoded><![CDATA[<p>Hi. When i run this code i get an exception at the line</p>
<p>Image grayframe = nextFrame.Convert();</p>
<p>and it says that this &#8220;conversion is not supported by OpenCV&#8221;<br />
Now can anyone tel me how to solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1450</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1450</guid>
		<description>Ah, I see that the blog software is stripping out the greater-than and less-than so my code snippets got edited.  Let me try again:

using (Image&lt;Bgr, Byte&gt; nextFrame = cap.QueryFrame())

and

Image&lt;Gray, Byte&gt; grayframe = nextFrame.Convert&lt;Gray, Byte&gt;();</description>
		<content:encoded><![CDATA[<p>Ah, I see that the blog software is stripping out the greater-than and less-than so my code snippets got edited.  Let me try again:</p>
<p>using (Image&lt;Bgr, Byte&gt; nextFrame = cap.QueryFrame())</p>
<p>and</p>
<p>Image&lt;Gray, Byte&gt; grayframe = nextFrame.Convert&lt;Gray, Byte&gt;();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1449</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 20 Apr 2010 18:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1449</guid>
		<description>Thanks for posting your code. This is really helpful. For those getting the compile error, you&#039;ll need to specify params to the Image object to ensure that it&#039;s using Engu.CV.Image and not System.Drawing.Image:

using (Image nextFrame = cap.QueryFrame())
and
Image grayframe = nextFrame.Convert();</description>
		<content:encoded><![CDATA[<p>Thanks for posting your code. This is really helpful. For those getting the compile error, you&#8217;ll need to specify params to the Image object to ensure that it&#8217;s using Engu.CV.Image and not System.Drawing.Image:</p>
<p>using (Image nextFrame = cap.QueryFrame())<br />
and<br />
Image grayframe = nextFrame.Convert();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lada</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1434</link>
		<dc:creator>Lada</dc:creator>
		<pubDate>Tue, 16 Mar 2010 12:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1434</guid>
		<description>I have this problem when i complie:
using (Image nextFrame = cap.QueryFrame())

Cannot convert type &#039;Emgu.CV.Image&#039; to &#039;System.Drawing.Image&#039;	

Thanks for help. Lada</description>
		<content:encoded><![CDATA[<p>I have this problem when i complie:<br />
using (Image nextFrame = cap.QueryFrame())</p>
<p>Cannot convert type &#8216;Emgu.CV.Image&#8217; to &#8216;System.Drawing.Image&#8217;	</p>
<p>Thanks for help. Lada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Park</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1276</link>
		<dc:creator>Alex Park</dc:creator>
		<pubDate>Wed, 29 Jul 2009 09:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1276</guid>
		<description>I used this code to get Facedetection working in C#

however I have this problem when i complie.

It says that &#039;var&#039; could not b found

and &#039;Emgu.CV.HarrCascade&#039; does not contain a definition for &#039;rect&#039;

and &#039;face&#039; cannot be declared in this scope becaue it would give a different meaning to &#039;face, which is already used in a &#039;parent or current&#039;.</description>
		<content:encoded><![CDATA[<p>I used this code to get Facedetection working in C#</p>
<p>however I have this problem when i complie.</p>
<p>It says that &#8216;var&#8217; could not b found</p>
<p>and &#8216;Emgu.CV.HarrCascade&#8217; does not contain a definition for &#8216;rect&#8217;</p>
<p>and &#8216;face&#8217; cannot be declared in this scope becaue it would give a different meaning to &#8216;face, which is already used in a &#8216;parent or current&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bijan</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1264</link>
		<dc:creator>bijan</dc:creator>
		<pubDate>Wed, 08 Jul 2009 12:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1264</guid>
		<description>i&#039;m  iranian</description>
		<content:encoded><![CDATA[<p>i&#8217;m  iranian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bijan</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1263</link>
		<dc:creator>bijan</dc:creator>
		<pubDate>Wed, 08 Jul 2009 12:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1263</guid>
		<description>hello sir
very good your document
tanks</description>
		<content:encoded><![CDATA[<p>hello sir<br />
very good your document<br />
tanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: friism</title>
		<link>http://friism.com/webcam-face-detection-in-c-using-emgu-cv/comment-page-1#comment-1259</link>
		<dc:creator>friism</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://friism.com/?p=328#comment-1259</guid>
		<description>@dee Yeah -- that would make sense since EmguCV runs on top of OpenCV which is un-managed C++ code.</description>
		<content:encoded><![CDATA[<p>@dee Yeah &#8212; that would make sense since EmguCV runs on top of OpenCV which is un-managed C++ code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
