<?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: OpenCV Haartraining: Detect objects using Haar-like features</title>
	<atom:link href="http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/</link>
	<description>Rhonda Ltd., computer vision software blog</description>
	<lastBuildDate>Sun, 17 Jul 2011 16:11:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1810</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 17 Jul 2011 16:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1810</guid>
		<description>Hello,
Iam new to opencv. My english is poor.@@
I have same problem as Srinivas A said on 15-04-2010 

In haartraining some times I get Error: bad flag (parameter or structure field) () in function cvReleaseMat, cxarray.cpp

 What does it mean?Why it happened?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Iam new to opencv. My english is poor.@@<br />
I have same problem as Srinivas A said on 15-04-2010 </p>
<p>In haartraining some times I get Error: bad flag (parameter or structure field) () in function cvReleaseMat, cxarray.cpp</p>
<p> What does it mean?Why it happened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viet Anh</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1668</link>
		<dc:creator>Viet Anh</dc:creator>
		<pubDate>Fri, 24 Jun 2011 02:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1668</guid>
		<description>Hi everyone,
I have successfully trained a face detector using Haar feature. Does anybody know how to use LBP feature instead of Haar ? (with openCV, of course). Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
I have successfully trained a face detector using Haar feature. Does anybody know how to use LBP feature instead of Haar ? (with openCV, of course). Thanks in advance <img src='http://www.computer-vision-software.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1572</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 02 Jun 2011 17:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1572</guid>
		<description>Hi Andrey:

I&#039;m trying to understand how this can be implemented but I&#039;m not sure how can I do it. I would really appreciate if you could see what I understand and correct me if I&#039;m wrong.

I understand I have to create a predefined set of features lets say 1,000 of them and then, try one classifier per feature so I start selecting which features are the best following ADaboost method.

What I&#039;m not sure is how to apply the feature on the integral image, I mean, once I have  integral image I have to divide it in subwindows right?.

If the base would be 20x20. should I have no overlapping windows or should I have as many subwindows as possible??.

For example,  my first subwindow would be at coords (1,1,20,20)... then,  the second one should be at (2,1,21,20) or at (21,20,40,20) ??? 

And the last question, once I have my subwindows, how do I apply my features? Should the feature fit into the whole subwindow or it can be smaller? In case it can be smaller, Should I pass it position by position all over the subwindow??

I&#039;m sorry but the document of Viola doesn&#039;t seem too clear to me.

Thanks in advanced</description>
		<content:encoded><![CDATA[<p>Hi Andrey:</p>
<p>I&#8217;m trying to understand how this can be implemented but I&#8217;m not sure how can I do it. I would really appreciate if you could see what I understand and correct me if I&#8217;m wrong.</p>
<p>I understand I have to create a predefined set of features lets say 1,000 of them and then, try one classifier per feature so I start selecting which features are the best following ADaboost method.</p>
<p>What I&#8217;m not sure is how to apply the feature on the integral image, I mean, once I have  integral image I have to divide it in subwindows right?.</p>
<p>If the base would be 20&#215;20. should I have no overlapping windows or should I have as many subwindows as possible??.</p>
<p>For example,  my first subwindow would be at coords (1,1,20,20)&#8230; then,  the second one should be at (2,1,21,20) or at (21,20,40,20) ??? </p>
<p>And the last question, once I have my subwindows, how do I apply my features? Should the feature fit into the whole subwindow or it can be smaller? In case it can be smaller, Should I pass it position by position all over the subwindow??</p>
<p>I&#8217;m sorry but the document of Viola doesn&#8217;t seem too clear to me.</p>
<p>Thanks in advanced</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hani</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1454</link>
		<dc:creator>Hani</dc:creator>
		<pubDate>Mon, 09 May 2011 08:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1454</guid>
		<description>Hi, Hannah,
I have the same problem with you.  Have you solve the problem later !!! If you have any solution please help me! Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, Hannah,<br />
I have the same problem with you.  Have you solve the problem later !!! If you have any solution please help me! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaela</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1433</link>
		<dc:creator>michaela</dc:creator>
		<pubDate>Thu, 05 May 2011 16:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1433</guid>
		<description>Hi, 

 I read that the variance normalization is suggested by Viola and Jones as a mean of reducing that effect of different lighting conditions.
 So, for to realize an implementation of Viola and Jones, the threshold value given in the .xml must be multiplied for the variance….
 
I’m not sure….Someone can explain it better?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p> I read that the variance normalization is suggested by Viola and Jones as a mean of reducing that effect of different lighting conditions.<br />
 So, for to realize an implementation of Viola and Jones, the threshold value given in the .xml must be multiplied for the variance….</p>
<p>I’m not sure….Someone can explain it better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaela</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1432</link>
		<dc:creator>michaela</dc:creator>
		<pubDate>Thu, 05 May 2011 16:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1432</guid>
		<description>Hi Edward, 

I&#039;ve the same doubt...
I read that the variance normalization is suggested by Viola and Jones as a mean of reducing that effect of different lighting conditions.
So, for to realize an implementation of Viola and Jones, the threshold value given in the .xml must be multiplied for the variance....

I&#039;m not sure....Someone can explain it better?</description>
		<content:encoded><![CDATA[<p>Hi Edward, </p>
<p>I&#8217;ve the same doubt&#8230;<br />
I read that the variance normalization is suggested by Viola and Jones as a mean of reducing that effect of different lighting conditions.<br />
So, for to realize an implementation of Viola and Jones, the threshold value given in the .xml must be multiplied for the variance&#8230;.</p>
<p>I&#8217;m not sure&#8230;.Someone can explain it better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliano</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1331</link>
		<dc:creator>Juliano</dc:creator>
		<pubDate>Sat, 09 Apr 2011 23:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1331</guid>
		<description>Hi, the positive images for haartraining can be a large image with the object inside? or positive images only can have the object?</description>
		<content:encoded><![CDATA[<p>Hi, the positive images for haartraining can be a large image with the object inside? or positive images only can have the object?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1313</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Sun, 27 Mar 2011 18:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1313</guid>
		<description>Any answer to Edward Li&#039;s doubt? Anyone please.</description>
		<content:encoded><![CDATA[<p>Any answer to Edward Li&#8217;s doubt? Anyone please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1312</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 27 Mar 2011 18:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1312</guid>
		<description>Hey, does anyone knows how to use the xml file threshold values exactly. I am making a Hardware implementation of Viola jones and its very important to know the exact way to use the threshold value.

What i perceive is -- Calculate variance - calculate Standard deviation from it - and multiply it with the Threshold and then compare it with the normal feature value

Is it correct or there is something more.. some normalization factor of some sort etc..

sid.</description>
		<content:encoded><![CDATA[<p>Hey, does anyone knows how to use the xml file threshold values exactly. I am making a Hardware implementation of Viola jones and its very important to know the exact way to use the threshold value.</p>
<p>What i perceive is &#8212; Calculate variance &#8211; calculate Standard deviation from it &#8211; and multiply it with the Threshold and then compare it with the normal feature value</p>
<p>Is it correct or there is something more.. some normalization factor of some sort etc..</p>
<p>sid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksan</title>
		<link>http://www.computer-vision-software.com/blog/2009/06/opencv-haartraining-detect-objects-using-haar-like-features/comment-page-2/#comment-1226</link>
		<dc:creator>Aleksan</dc:creator>
		<pubDate>Mon, 24 Jan 2011 07:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=64#comment-1226</guid>
		<description>Hi all.
Dose anybody build OpenCV with TBB support ?
Dose in work ?
I try but with out any result. I build OpenCV with ЕИИ support, it linked to tbb.dll, but when running OpenCV use only one core and work only with one thread.
Is in possible use multicore when training haar files.</description>
		<content:encoded><![CDATA[<p>Hi all.<br />
Dose anybody build OpenCV with TBB support ?<br />
Dose in work ?<br />
I try but with out any result. I build OpenCV with ЕИИ support, it linked to tbb.dll, but when running OpenCV use only one core and work only with one thread.<br />
Is in possible use multicore when training haar files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

