<?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 Erode3x3/Dilate3x3 inplace - Implementation for other platforms in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935504#M17136</link>
    <description>Hello everybody&lt;BR /&gt;&lt;BR /&gt;I want to implement functions for dilating and eroding _inplace_ an image with an 3x3 filterkernel. I used for computing in Intel machines the IPP 4.0 . Now I want to implement it for other architectures by hand in Ansi C. The problem is, that it seems to be impossible to do that inplace - without further dynamical allocation of memory beside the image itself.&lt;BR /&gt;&lt;BR /&gt;Now I want to know, if someone had the same problem or provides a solution for this. How is it solved in the IPP internally?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your support&lt;BR /&gt;&lt;BR /&gt;M.W.</description>
    <pubDate>Tue, 11 Apr 2006 16:29:46 GMT</pubDate>
    <dc:creator>mweissbach</dc:creator>
    <dc:date>2006-04-11T16:29:46Z</dc:date>
    <item>
      <title>Erode3x3/Dilate3x3 inplace - Implementation for other platforms</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935504#M17136</link>
      <description>Hello everybody&lt;BR /&gt;&lt;BR /&gt;I want to implement functions for dilating and eroding _inplace_ an image with an 3x3 filterkernel. I used for computing in Intel machines the IPP 4.0 . Now I want to implement it for other architectures by hand in Ansi C. The problem is, that it seems to be impossible to do that inplace - without further dynamical allocation of memory beside the image itself.&lt;BR /&gt;&lt;BR /&gt;Now I want to know, if someone had the same problem or provides a solution for this. How is it solved in the IPP internally?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your support&lt;BR /&gt;&lt;BR /&gt;M.W.</description>
      <pubDate>Tue, 11 Apr 2006 16:29:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935504#M17136</guid>
      <dc:creator>mweissbach</dc:creator>
      <dc:date>2006-04-11T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Erode3x3/Dilate3x3 inplace - Implementation for other platf</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935505#M17137</link>
      <description>&lt;DIV&gt;Erosion/dilation for the rectangular kernel is separable. So you can do it as the separable convolution&lt;/DIV&gt;&lt;DIV&gt;Alexander&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Apr 2006 22:26:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935505#M17137</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-04-11T22:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Erode3x3/Dilate3x3 inplace - Implementation for other platf</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935506#M17138</link>
      <description>&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;akibkal1 wrote:&lt;BR /&gt;&lt;DIV&gt;Erosion/dilation for the rectangular kernel is separable. So you can do it as the separable convolution&lt;/DIV&gt;&lt;DIV&gt;Alexander&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for you immediate answer. Since there is no filterkernel given in the IPP Manual/Reference (Version 4.1), it is hard to find the correct one, so that the results of the computing with IPP and Ansi-C without using IPP are equal. Is there a possibility to publish the filterkernels of the functions mentioned above?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;M.W.</description>
      <pubDate>Wed, 12 Apr 2006 13:34:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935506#M17138</guid>
      <dc:creator>mweissbach</dc:creator>
      <dc:date>2006-04-12T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Erode3x3/Dilate3x3 inplace - Implementation for other platf</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935507#M17139</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Erode3x3/Dilate3x3 use gray-scale image and binary kernel with all 1s. Ancor is in the center. For arbitrary binary kernel you could use general morphology function.&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2006 14:04:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Erode3x3-Dilate3x3-inplace-Implementation-for-other-platforms/m-p/935507#M17139</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-04-12T14:04:47Z</dc:date>
    </item>
  </channel>
</rss>

