<?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 Optimal 3D representation??? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786963#M2078</link>
    <description>What would be the most efficient way of representing a 3D object?&lt;DIV&gt;In my application I'll need to apply convolution to a 3D object; this is not a problem for 1D or 2D:&lt;/DIV&gt;&lt;DIV&gt;1D. Ipp32f* myArray = ippsMalloc_32f( sizeX ); ...; ippsConv_32f( ... );&lt;/DIV&gt;&lt;DIV&gt;2D. Ipp32f* myMatrix = ippsMalloc_32f( sizeX * sizeY ); ...; ippiConvValid_32f_C1R( ... );&lt;/DIV&gt;&lt;DIV&gt;3D. ??? Maybe a vector&lt;IPP32F&gt; of sizeZ, but then how to apply the convolution in the 3rd dimension&lt;/IPP32F&gt;&lt;/DIV&gt;&lt;DIV&gt;or a Ipp32f**, but again the same problem as before. And a really big Ipp32f* [sizeX * sizeY * sizeZ] gives me the same problem, how to apply the convolution on the 3rd dimension.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for any help and suggestion,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Boris&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Jul 2011 08:42:54 GMT</pubDate>
    <dc:creator>apolo74</dc:creator>
    <dc:date>2011-07-20T08:42:54Z</dc:date>
    <item>
      <title>Optimal 3D representation???</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786963#M2078</link>
      <description>What would be the most efficient way of representing a 3D object?&lt;DIV&gt;In my application I'll need to apply convolution to a 3D object; this is not a problem for 1D or 2D:&lt;/DIV&gt;&lt;DIV&gt;1D. Ipp32f* myArray = ippsMalloc_32f( sizeX ); ...; ippsConv_32f( ... );&lt;/DIV&gt;&lt;DIV&gt;2D. Ipp32f* myMatrix = ippsMalloc_32f( sizeX * sizeY ); ...; ippiConvValid_32f_C1R( ... );&lt;/DIV&gt;&lt;DIV&gt;3D. ??? Maybe a vector&lt;IPP32F&gt; of sizeZ, but then how to apply the convolution in the 3rd dimension&lt;/IPP32F&gt;&lt;/DIV&gt;&lt;DIV&gt;or a Ipp32f**, but again the same problem as before. And a really big Ipp32f* [sizeX * sizeY * sizeZ] gives me the same problem, how to apply the convolution on the 3rd dimension.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for any help and suggestion,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Boris&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:42:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786963#M2078</guid>
      <dc:creator>apolo74</dc:creator>
      <dc:date>2011-07-20T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Optimal 3D representation???</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786964#M2079</link>
      <description>You might want to try using the Vector Statistical part of the Intel Math Kernel Library &lt;A href="http://software.intel.com/en-us/articles/intel-mkl/"&gt;http://software.intel.com/en-us/articles/intel-mkl/&lt;/A&gt; it handles multidimensional convolution which would include 3D convolution</description>
      <pubDate>Fri, 22 Jul 2011 23:10:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786964#M2079</guid>
      <dc:creator>Joseph_S_Intel</dc:creator>
      <dc:date>2011-07-22T23:10:07Z</dc:date>
    </item>
    <item>
      <title>Optimal 3D representation???</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786965#M2080</link>
      <description>Thanks for the tip Walter, it seems that MKL has what I need. However I was wondering if you know about future plans for IPP to include a multi-dimensional approach (Convolution, Fourier). I like these libraries very much and I would like to stay with them if possible. Thanks again for the suggestion,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Boris&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Jul 2011 15:13:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Optimal-3D-representation/m-p/786965#M2080</guid>
      <dc:creator>apolo74</dc:creator>
      <dc:date>2011-07-25T15:13:07Z</dc:date>
    </item>
  </channel>
</rss>

