<?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 IppFGHistogramModel in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912112#M14365</link>
    <description>I'm still having issues with IppFGHistogramModel....&lt;BR /&gt;&lt;BR /&gt;The code below seems to "basically" work in extracting moving objects. However, I'm not using **ppState as the manual indicates -- so I get a compiler warning "unreferenced local variable". I've been also changing some of the parameters such as pModel.updBGRef and the results don't seem to change. As I posted earlier (and got no replies&lt;IMG src="https://community.intel.com/isn/Community/en-US/emoticons/emotion-9.gif" alt="Sad smiley [:(]" /&gt; ), the background image in after calling ippiForegroundHistogramUpdate several times is nothing.&lt;BR /&gt;&lt;BR /&gt;I'm sure I'm doing something wrong. Any ideas? Any sample code? Am I the only one trying to use this function?&lt;BR /&gt;&lt;BR /&gt;THANKS &lt;IMG src="https://community.intel.com/isn/Community/en-US/emoticons/emotion-1.gif" alt="smiley [:-)]" /&gt; &lt;BR /&gt;&lt;BR /&gt;//////////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;IppFGHistogramModel pModel;&lt;BR /&gt;IppFGHistogramState_8u_C1R *pState;&lt;BR /&gt;IppFGHistogramState_8u_C1R **ppState; &lt;BR /&gt;     &lt;BR /&gt;status = ippiForegroundHistogramInitAlloc_8u_C1R(imgIPP, width, ROI, &amp;amp;pModel, &amp;amp;pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;status = ippiForegroundHistogram_8u_C1R(imgIPP, width, foreground, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;&lt;BR /&gt;status = ippiForegroundHistogramUpdate_8u_C1R(imgIPP, width, foreground, width, background, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;//&lt;BR /&gt;//Get another image --&amp;gt; imgIPP2&lt;BR /&gt;//&lt;BR /&gt;status = ippiForegroundHistogram_8u_C1R(imgIPP2, width, foreground, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );     &lt;BR /&gt;status = ippiForegroundHistogramUpdate_8u_C1R(imgIPP2, width, foreground, width, background, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;/////////////////////////////////////////////////////////////////////&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Aug 2007 20:30:50 GMT</pubDate>
    <dc:creator>douglaswinfield</dc:creator>
    <dc:date>2007-08-24T20:30:50Z</dc:date>
    <item>
      <title>IppFGHistogramModel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912112#M14365</link>
      <description>I'm still having issues with IppFGHistogramModel....&lt;BR /&gt;&lt;BR /&gt;The code below seems to "basically" work in extracting moving objects. However, I'm not using **ppState as the manual indicates -- so I get a compiler warning "unreferenced local variable". I've been also changing some of the parameters such as pModel.updBGRef and the results don't seem to change. As I posted earlier (and got no replies&lt;IMG src="https://community.intel.com/isn/Community/en-US/emoticons/emotion-9.gif" alt="Sad smiley [:(]" /&gt; ), the background image in after calling ippiForegroundHistogramUpdate several times is nothing.&lt;BR /&gt;&lt;BR /&gt;I'm sure I'm doing something wrong. Any ideas? Any sample code? Am I the only one trying to use this function?&lt;BR /&gt;&lt;BR /&gt;THANKS &lt;IMG src="https://community.intel.com/isn/Community/en-US/emoticons/emotion-1.gif" alt="smiley [:-)]" /&gt; &lt;BR /&gt;&lt;BR /&gt;//////////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;IppFGHistogramModel pModel;&lt;BR /&gt;IppFGHistogramState_8u_C1R *pState;&lt;BR /&gt;IppFGHistogramState_8u_C1R **ppState; &lt;BR /&gt;     &lt;BR /&gt;status = ippiForegroundHistogramInitAlloc_8u_C1R(imgIPP, width, ROI, &amp;amp;pModel, &amp;amp;pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;status = ippiForegroundHistogram_8u_C1R(imgIPP, width, foreground, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;&lt;BR /&gt;status = ippiForegroundHistogramUpdate_8u_C1R(imgIPP, width, foreground, width, background, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;//&lt;BR /&gt;//Get another image --&amp;gt; imgIPP2&lt;BR /&gt;//&lt;BR /&gt;status = ippiForegroundHistogram_8u_C1R(imgIPP2, width, foreground, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );     &lt;BR /&gt;status = ippiForegroundHistogramUpdate_8u_C1R(imgIPP2, width, foreground, width, background, width, ROI, pState);&lt;BR /&gt;statusString = ippGetStatusString( status );&lt;BR /&gt;/////////////////////////////////////////////////////////////////////&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2007 20:30:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912112#M14365</guid>
      <dc:creator>douglaswinfield</dc:creator>
      <dc:date>2007-08-24T20:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: IppFGHistogramModel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912113#M14366</link>
      <description>I'm doing something similar and I am having just as much difficulty. The parameters don't seem to influence the results properly, and the model doesn't seem to update correctly.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2007 19:34:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912113#M14366</guid>
      <dc:creator>dvj1</dc:creator>
      <dc:date>2007-11-07T19:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: IppFGHistogramModel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912114#M14367</link>
      <description>Hi,&lt;BR /&gt;I know what you mean. I'm wondering if any of the developers have run an example?&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Nov 2007 19:23:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912114#M14367</guid>
      <dc:creator>douglaswinfield</dc:creator>
      <dc:date>2007-11-15T19:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: IppFGHistogramModel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912115#M14368</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;There is a sample code in attach. It uses IPP (BGFG functions) and OpenCV (input, output).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2007 14:41:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912115#M14368</guid>
      <dc:creator>Alexander_T_Intel</dc:creator>
      <dc:date>2007-11-21T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: IppFGHistogramModel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912116#M14369</link>
      <description>Alexander,&lt;BR /&gt;Thanks for the example - it's works well.&lt;BR /&gt;I've used the OpenCV version of bgfg detection but found it to be slow. This runs much faster.&lt;BR /&gt;Cheers :)&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2007 13:11:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppFGHistogramModel/m-p/912116#M14369</guid>
      <dc:creator>douglaswinfield</dc:creator>
      <dc:date>2007-11-26T13:11:48Z</dc:date>
    </item>
  </channel>
</rss>

