<?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: Can IPP image processing do this? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862912#M7976</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you probably noticed that old Intel Image Processing Library (IPL) and new Intel Integrated Performance Primitives are different products. The development of IPL was stooped several years ago, it is not available through Intel anymore. Instead, we developed new product, IPP, which provides flexible, low level API (like building blocks), based on that it is possible to build IPL inteface on top.&lt;/P&gt;
&lt;P&gt;You can find in sample package implementation of IPL over IPP, please see image-processingipl-ipp sample, available in source code.&lt;/P&gt;
&lt;P&gt;We do not provide C# interface to that, so you need to write C# wrappers by yourself. The IPP C# sample you already find in package may help you to find a way how to write those wrappers.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2008 06:05:16 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-01-22T06:05:16Z</dc:date>
    <item>
      <title>Can IPP image processing do this?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862911#M7975</link>
      <description>&lt;P&gt;I have a legacy application written in Borland Builder C++ V. 5.5 that uses the intel IPL library functions (about 35 of them). I want to port the app to VS2005 C# (.NET) and I'm wondering if it is possible using IPP and how difficult it would be.&lt;/P&gt;
&lt;P&gt;Here is the list of IPL functions I need:&lt;/P&gt;
&lt;P&gt;iplAllocateImageFP&lt;BR /&gt;iplCloneImage&lt;BR /&gt;iplDeallocate&lt;BR /&gt;iplCopy&lt;BR /&gt;iplConvert&lt;BR /&gt;iplCreateROI&lt;/P&gt;
&lt;P&gt;iplFixedFilter&lt;BR /&gt;iplNorm&lt;BR /&gt;iplDecimateBlur&lt;BR /&gt;iplAdd&lt;BR /&gt;iplAddS&lt;BR /&gt;iplSubtractS&lt;BR /&gt;iplSubtract&lt;BR /&gt;iplSetBorderMode&lt;BR /&gt;iplMedianFilter&lt;BR /&gt;iplErode&lt;BR /&gt;iplClose&lt;BR /&gt;iplDilate&lt;BR /&gt;iplBitonalToGray&lt;BR /&gt;iplThreshold&lt;BR /&gt;iplScale&lt;BR /&gt;iplGreater&lt;BR /&gt;iplBitonalToGray&lt;BR /&gt;iplMaxFilter&lt;BR /&gt;iplMinFilter&lt;BR /&gt;iplSet&lt;BR /&gt;iplMultiplySScale&lt;BR /&gt;iplRShiftS&lt;BR /&gt;iplLShiftS&lt;BR /&gt;iplXor&lt;BR /&gt;iplScaleFP&lt;BR /&gt;iplRemap&lt;BR /&gt;iplAnd&lt;BR /&gt;iplOr&lt;BR /&gt;iplNot&lt;BR /&gt;iplGetPixel&lt;BR /&gt;iplPutPixel&lt;/P&gt;
&lt;P&gt;I've downloaded sample file w_ipp-samples_p_5.3.083.zip and looked at the C# .net documentation and the ippi.cs file. However it isn't clear to me how many of the functions on my list are available. I searched the ippi.cs file for fragments oftheir names. Some are there but I can't find anything searching for some, for examplethe following:&lt;/P&gt;
&lt;P&gt;SetBorder (or BorderMode)&lt;BR /&gt;FixedFilter&lt;/P&gt;
&lt;P&gt;Does IPP have functions that map closely to all the ones listed above? Would I have to add them to my own version of the ippi.cs file?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2008 19:32:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862911#M7975</guid>
      <dc:creator>dlflannery</dc:creator>
      <dc:date>2008-01-21T19:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can IPP image processing do this?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862912#M7976</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you probably noticed that old Intel Image Processing Library (IPL) and new Intel Integrated Performance Primitives are different products. The development of IPL was stooped several years ago, it is not available through Intel anymore. Instead, we developed new product, IPP, which provides flexible, low level API (like building blocks), based on that it is possible to build IPL inteface on top.&lt;/P&gt;
&lt;P&gt;You can find in sample package implementation of IPL over IPP, please see image-processingipl-ipp sample, available in source code.&lt;/P&gt;
&lt;P&gt;We do not provide C# interface to that, so you need to write C# wrappers by yourself. The IPP C# sample you already find in package may help you to find a way how to write those wrappers.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2008 06:05:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862912#M7976</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-22T06:05:16Z</dc:date>
    </item>
    <item>
      <title>Hi Vladimir,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862913#M7977</link>
      <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;We are facing similar issue. But I couldn't find the image-processingipl-ipp sample. Can you please kindly let me know the exact path where I can find this package. It would be of great help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renuka S&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 07:32:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862913#M7977</guid>
      <dc:creator>Selvaraj__Renuka</dc:creator>
      <dc:date>2020-04-07T07:32:07Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862914#M7978</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can get the IPP manual example through the link below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/download/ipp-manual-examples" target="_blank"&gt;https://software.intel.com/en-us/download/ipp-manual-examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After install IPP, Intel IPP package also includes code examples, located in the&amp;nbsp;components_and_examples_&amp;lt;os&amp;gt;_&amp;lt;target&amp;gt;.zip&amp;nbsp;archive at the&amp;nbsp;&amp;lt;ipp directory&amp;gt;/components/&amp;nbsp;subdirectory. You can also access the archive using the symbolic link located at&amp;nbsp;&amp;lt;ipp directory&amp;gt;/examples/.&lt;/P&gt;&lt;P&gt;For more information, please check our IPP developer guide and developer reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/ipp-dev-guide" target="_blank"&gt;https://software.intel.com/en-us/ipp-dev-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/ipp-dev-reference" target="_blank"&gt;https://software.intel.com/en-us/ipp-dev-reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 02:48:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Can-IPP-image-processing-do-this/m-p/862914#M7978</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2020-04-20T02:48:29Z</dc:date>
    </item>
  </channel>
</rss>

