<?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 Convert float image to integer image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904147#M13161</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to know if there is a function convert float image to integer image in IPP.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2008 13:19:09 GMT</pubDate>
    <dc:creator>danielwang1971</dc:creator>
    <dc:date>2008-08-14T13:19:09Z</dc:date>
    <item>
      <title>Convert float image to integer image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904147#M13161</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to know if there is a function convert float image to integer image in IPP.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2008 13:19:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904147#M13161</guid>
      <dc:creator>danielwang1971</dc:creator>
      <dc:date>2008-08-14T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert float image to integer image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904148#M13162</link>
      <description>&lt;P&gt;Also, I would like to know if there is a function convert from integer image to float image to in IPP.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2008 19:36:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904148#M13162</guid>
      <dc:creator>danielwang1971</dc:creator>
      <dc:date>2008-08-14T19:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert float image to integer image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904149#M13163</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'd encourage you (and highly recommend) to start from looking product documentation where you can find description of what functionality is available here and how to use it.Alternatively, simple grep through IPP header filesalso mayhelp...&lt;/P&gt;
&lt;P&gt;IPPAPI ( IppStatus, ippiConvert_32f8u_C1R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp8u* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;IPPAPI ( IppStatus, ippiConvert_32f8u_C3R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp8u* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;IPPAPI ( IppStatus, ippiConvert_32f8u_AC4R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp8u* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;IPPAPI ( IppStatus, ippiConvert_32f16s_C1R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp16s* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;IPPAPI ( IppStatus, ippiConvert_32f16s_C3R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp16s* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;IPPAPI ( IppStatus, ippiConvert_32f16s_AC4R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp16s* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;IPPAPI ( IppStatus, ippiConvert_32f16s_C4R,&lt;BR /&gt; ( const Ipp32f* pSrc, int srcStep, Ipp16s* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize, IppRoundMode roundMode ))&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2008 19:39:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904149#M13163</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-08-14T19:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert float image to integer image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904150#M13164</link>
      <description>&lt;P&gt;Hello Vladimir,&lt;/P&gt;
&lt;P&gt;Thank you your help.&lt;/P&gt;
&lt;P&gt;My other question is that I have a Integer image andI want to divide a constant so that to get a float imageinrange (0 1).&lt;/P&gt;
&lt;P&gt;But the function DivC don't support integer to float. Can you give me a suggestion?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Daniel &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/isn/Community/en-US/members/vdudnik.aspx"&gt;&lt;FONT size="2"&gt;Vladimir Dudnik&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2008 20:39:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904150#M13164</guid>
      <dc:creator>danielwang1971</dc:creator>
      <dc:date>2008-08-14T20:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert float image to integer image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904151#M13165</link>
      <description>&lt;P&gt;there are two approaches&lt;BR /&gt;1. you can convert data to Ipp32f and do calculation in floating point&lt;BR /&gt;2. you can use fixed point arithmetic. IPP integer functions (ippiDivC for example) do provide scaling (read more about that in IPP documentation).&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2008 07:09:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Convert-float-image-to-integer-image/m-p/904151#M13165</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-08-15T07:09:08Z</dc:date>
    </item>
  </channel>
</rss>

