<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I wanted to detect face from in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918161#M15346</link>
    <description>&lt;P&gt;I wanted to detect face from a web camera. I found an example of face detection in samples folder.But they have provided a wrapper class called as CIppiImage . I am retriving frame using open cv,so I am not able to figure out that How I will be able to convert Mat Image or IplImage to the type of CIppiImage.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2013 09:19:18 GMT</pubDate>
    <dc:creator>Rajendra_S_</dc:creator>
    <dc:date>2013-06-03T09:19:18Z</dc:date>
    <item>
      <title>ApplyMixedHaarClassifier &amp; OpenCV cascade</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918159#M15344</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I tested the FaceDetection sample of the IPP and it works quiet good.&lt;BR /&gt;Now I wrote a converter of the opencv haar feature cascade and an extendet detection code for using the tilted features of opencv.&lt;BR /&gt;After testing a lot of parameters, ic got my code running and it detect some faces.&lt;BR /&gt;The problem is, that it detect not the right faces. I noticed that the detected faces are on regions in the images, where no edges and a very high illumination is present.&lt;BR /&gt;I thought I used all the parameter combinations that are used in the opencv code, but it seems to be not the same, because the cascade I use gives with the performance tool of the opencv code good results.&lt;BR /&gt;&lt;BR /&gt;Is there somebody who tried to use the opencv cascade and can give me some hints what the problem good be.&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Jul 2006 02:20:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918159#M15344</guid>
      <dc:creator>peter77</dc:creator>
      <dc:date>2006-07-01T02:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMixedHaarClassifier &amp; OpenCV cascade</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918160#M15345</link>
      <description>&lt;P&gt;Hello, Face detection classifiers have numerical stability problems in case of areas with low contrast. The following can be suggested:&lt;/P&gt;
&lt;P&gt;1) use histogram equalization (cvEqualizeHist()in OpenCV) to increase the overal image contrast.&lt;/P&gt;
&lt;P&gt;2) playwith CV_DO_CANNY_PRUNING option, and the internal parameters inside cvHaarDetectObjects for earlier rejection of low-contrast areas. AFAIK, IPP sample does not use Canny pruning yet, so you may take the code from cvHaarDetectObjects and adopt it for the IPP-based solution.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2006 00:49:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918160#M15345</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-07-13T00:49:43Z</dc:date>
    </item>
    <item>
      <title>I wanted to detect face from</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918161#M15346</link>
      <description>&lt;P&gt;I wanted to detect face from a web camera. I found an example of face detection in samples folder.But they have provided a wrapper class called as CIppiImage . I am retriving frame using open cv,so I am not able to figure out that How I will be able to convert Mat Image or IplImage to the type of CIppiImage.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 09:19:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ApplyMixedHaarClassifier-OpenCV-cascade/m-p/918161#M15346</guid>
      <dc:creator>Rajendra_S_</dc:creator>
      <dc:date>2013-06-03T09:19:18Z</dc:date>
    </item>
  </channel>
</rss>

