<?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 Re: ippiHistogramEven_8u_C3R in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877666#M9764</link>
    <description>&lt;P&gt;Please take a look on IPP Delphi sample. Although it does not show you exactly that function, but I think your the main problem is converting memory pointers from Delphi environment to IPP call&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
    <pubDate>Wed, 19 Dec 2007 09:56:40 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-12-19T09:56:40Z</dc:date>
    <item>
      <title>ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877659#M9757</link>
      <description>&lt;P&gt;Hi, I use the following Delphi code for calculating the histogram (with 255 bins) of an image using ippiHistogramEven_8u_C3R. &lt;/P&gt;
&lt;P&gt;-------------------------&lt;/P&gt;
&lt;P&gt;var&lt;/P&gt;
&lt;P&gt;LowerLevel,UpperLevel,nLevels:array[0..2] of IPP32s;&lt;BR /&gt;pHist,pLevels:array[0..2] of array[0..255] of IPP32s;&lt;BR /&gt;begin &lt;/P&gt;
&lt;P&gt;LowerLevel[0]:=0;&lt;BR /&gt;LowerLevel[1]:=0;&lt;BR /&gt;LowerLevel[2]:=0;&lt;/P&gt;
&lt;P&gt;UpperLevel[0]:=255;&lt;BR /&gt;UpperLevel[1]:=255;&lt;BR /&gt;UpperLevel[2]:=255;&lt;/P&gt;
&lt;P&gt;nLevels[0]:=256;&lt;BR /&gt;nLevels[1]:=256;&lt;BR /&gt;nLevels[2]:=256;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;.....&lt;/P&gt;
&lt;P&gt;ippiHistogramEven_8u_C3R(pSrc,scanline,roisize,@pHist,@pLevels,@nlevels,@LowerLevel,@UpperLevel);&lt;/P&gt;
&lt;P&gt;end;&lt;/P&gt;
&lt;P&gt;but when I run it I get this message from ippGetStatusString: "Null Pointer Error". But what is the problem? Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2007 08:26:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877659#M9757</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-15T08:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877660#M9758</link>
      <description>&lt;P&gt;I may guess the problem is that one of the pointers passed to the function as a parameter is NULL.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2007 23:28:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877660#M9758</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-16T23:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877661#M9759</link>
      <description>Thanks,But as you can see from my code, there isn't any NULL pointer. Should I use ippimalloc for creating pHist &amp;amp; pLevel? If so, could you please give me an example. Thanks</description>
      <pubDate>Mon, 17 Dec 2007 05:20:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877661#M9759</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877662#M9760</link>
      <description>&lt;P&gt;Please find an example how to callippiHistogramEven function on the page 11-28 of IPP 5.3 manual, volume 2.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:16:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877662#M9760</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-17T06:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877663#M9761</link>
      <description>I am using IPP v5.2 and in its manual there isn't any example to show how to call ippiHistogramEven on multi-channel images. Could you please putthe relevant example of IPP 5.3 here? Anyway, I am wondering why my mentioned code doesn't work!! What do you think? Thanks</description>
      <pubDate>Mon, 17 Dec 2007 12:14:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877663#M9761</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T12:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877664#M9762</link>
      <description>&lt;P&gt;there is example from IPP 5.3 manual&lt;/P&gt;&lt;PRE&gt;&lt;B&gt;&lt;FONT face="Verdana" color="#0860a9" size="1"&gt;&lt;P align="left"&gt;Example 11-5 Computing the Even Histogram of an Image&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;P align="left"&gt;// Compute histogram of an image for 4 bins in the range [28, 127];&lt;/P&gt;&lt;P align="left"&gt;// compute level values for the bins.&lt;/P&gt;&lt;P align="left"&gt;{&lt;/P&gt;&lt;P align="left"&gt;Ipp8u img[WIDTH*HEIGHT];&lt;/P&gt;&lt;P align="left"&gt;IppiSize imgSize = {WIDTH, HEIGHT};&lt;/P&gt;&lt;P align="left"&gt;Ipp32s levels[5], histo[5];&lt;/P&gt;&lt;P align="left"&gt;ippiHistogramEven_8u_C1R(img, WIDTH, imgSize, levels,&lt;/P&gt;&lt;P align="left"&gt;histo, 5, 28, 128);&lt;/P&gt;&lt;P align="left"&gt;// When the function completes operation the array histo will // contain a&lt;/P&gt;&lt;P align="left"&gt;histogram in specified range, and the array&lt;/P&gt;&lt;P align="left"&gt;// levels will contain the level values {28, 53, 78, 103, 128}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2007 09:22:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877664#M9762</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-19T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877665#M9763</link>
      <description>&lt;P&gt;Thanks. But I need an exxample for ippiHistogramEven_8u_C3R. Unfortunately, my problem is still remained! If you show me an example in Delphi, it can help me a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2007 09:44:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877665#M9763</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-19T09:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877666#M9764</link>
      <description>&lt;P&gt;Please take a look on IPP Delphi sample. Although it does not show you exactly that function, but I think your the main problem is converting memory pointers from Delphi environment to IPP call&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2007 09:56:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877666#M9764</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-19T09:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ippiHistogramEven_8u_C3R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877667#M9765</link>
      <description>Thanks Nikolay! Yes, you are right and my problem solved! :)</description>
      <pubDate>Fri, 21 Dec 2007 06:59:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiHistogramEven-8u-C3R/m-p/877667#M9765</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-21T06:59:42Z</dc:date>
    </item>
  </channel>
</rss>

