<?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: How to use some IPP functions about image processing? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848874#M6351</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;your question is quite clear. I would recommend you to take a look on IPP samples package. For example, you may take a look on MPEG4 codec in audio-video-codecs sample or image-processing sample to see how to use ippiWarp functions.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2008 14:54:13 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-02-20T14:54:13Z</dc:date>
    <item>
      <title>How to use some IPP functions about image processing?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848873#M6350</link>
      <description>&lt;P&gt;Llately, I am researching some image-processing functions in IPP. But I encountered some problems forthefunctions as followed: ippiCrossCorrFull_Norm_8u_C3RSfs, ippiDistanceTransform_3x3_8u_C1R, ippiWarpPerspective_8u_C3R, ippiCanny_32f8u_C1R, ippiDFTFwd_RToPack_32f_C3R.&lt;/P&gt;
&lt;P&gt;Who can help me? Give me someexamples aboutthis functions.&lt;/P&gt;
&lt;P&gt;My email is: whu200232580137@yahoo.com.cn&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2008 07:09:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848873#M6350</guid>
      <dc:creator>qujiang</dc:creator>
      <dc:date>2008-02-19T07:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use some IPP functions about image processing?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848874#M6351</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;your question is quite clear. I would recommend you to take a look on IPP samples package. For example, you may take a look on MPEG4 codec in audio-video-codecs sample or image-processing sample to see how to use ippiWarp functions.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2008 14:54:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848874#M6351</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-02-20T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use some IPP functions about image processing?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848875#M6352</link>
      <description>&lt;P&gt;Hello,Vladimir! I know there are some examples about this functions. But I didn't explain clearly. I want to use this functions with OpenCV, so I need to use data structure of OpenCV. For example: &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;void dft()&lt;BR /&gt;{&lt;BR /&gt;const int M=3;&lt;BR /&gt;IppiSize msz={M,M}; &lt;/P&gt;
&lt;P&gt;IplImage* img=cvLoadImage("c101001.jpg",1);&lt;BR /&gt;IplImage* med1=cvCreateImage(cvGetSize(img),8,3);&lt;BR /&gt;CvMat *mat = cvCreateMat(img-&amp;gt;width,img-&amp;gt;height,CV_32FC1);&lt;BR /&gt;CvMat *dst = cvCreateMat(img-&amp;gt;width,img-&amp;gt;height,CV_32FC1);&lt;/P&gt;
&lt;P&gt;IppiSize size = {img-&amp;gt;width-M+1,img-&amp;gt;height-M+1};&lt;BR /&gt;double isz=1./(img-&amp;gt;width*img-&amp;gt;height);&lt;/P&gt;
&lt;P&gt;int wstep = (img-&amp;gt;width) * sizeof(IplImage);&lt;BR /&gt;Ipp8u* pBuffer = ippiMalloc_8u_C1(img-&amp;gt;width, img-&amp;gt;height,&amp;amp;wstep);&lt;BR /&gt;ippiDFTFwd_RToPack_32f_C3R(&amp;amp;CV_IMAGE_ELEM(img,float,M/2,M/2*3), img-&amp;gt;widthStep,&amp;amp;CV_IMAGE_ELEM(med1,float,M/2,M/2*3), med1-&amp;gt;widthStep, pDFTSpec, pBuffer);&lt;BR /&gt;ippsFree(pBuffer);&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;There is something wrong in the function:ippiDFTFwd_RToPack_32f_C3R.&lt;/P&gt;
&lt;P&gt;Could you do me a favor?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:36:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848875#M6352</guid>
      <dc:creator>qujiang</dc:creator>
      <dc:date>2008-02-22T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use some IPP functions about image processing?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848876#M6353</link>
      <description>&lt;P&gt;I'm sure there is nothing wrong in ippiDFTFwd_RToPack_32f_C3R function. You just need to refer to IPP documentation for this function to see how you need to call that, what is the parameters and what is the range of values are expected by this function.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2008 08:04:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-some-IPP-functions-about-image-processing/m-p/848876#M6353</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-02-26T08:04:36Z</dc:date>
    </item>
  </channel>
</rss>

