<?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 function for vectorizing an image-batch pixelwise  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/function-for-vectorizing-an-image-batch-pixelwise/m-p/805615#M3559</link>
    <description>Hello &lt;BR /&gt;&lt;BR /&gt;I have an batch/bunch of images which are a result of a filterjet. For further inspection of some statistics of these images i need a accelerated function, that imports the pixelvalues of the images into vectors like this:&lt;BR /&gt;&lt;BR /&gt;vector0 = [image0(0), image1(0), image2(0), ... imageN(0)];&lt;BR /&gt;vector1 = [image0(1), image1(1), image2(1), ... imageN(1)];&lt;BR /&gt;...&lt;BR /&gt;vectorM = [image0(M), image1(M), image2(M), ... imageN(M)];&lt;BR /&gt;&lt;BR /&gt;where imageX(Y) means the Y-th pixel of image X (the image is regarded as 1-dim-vector).&lt;BR /&gt;&lt;BR /&gt;Is there a (bunch of) predefined functions that can do that ? &lt;BR /&gt;&lt;BR /&gt;Thanks for help in advance&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;M.W.&lt;BR /&gt;&lt;BR /&gt;edit: alternatively an image can be used, where the vectors are arranged horizontally.</description>
    <pubDate>Tue, 08 Feb 2011 07:22:11 GMT</pubDate>
    <dc:creator>mweissbach</dc:creator>
    <dc:date>2011-02-08T07:22:11Z</dc:date>
    <item>
      <title>function for vectorizing an image-batch pixelwise</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/function-for-vectorizing-an-image-batch-pixelwise/m-p/805615#M3559</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;I have an batch/bunch of images which are a result of a filterjet. For further inspection of some statistics of these images i need a accelerated function, that imports the pixelvalues of the images into vectors like this:&lt;BR /&gt;&lt;BR /&gt;vector0 = [image0(0), image1(0), image2(0), ... imageN(0)];&lt;BR /&gt;vector1 = [image0(1), image1(1), image2(1), ... imageN(1)];&lt;BR /&gt;...&lt;BR /&gt;vectorM = [image0(M), image1(M), image2(M), ... imageN(M)];&lt;BR /&gt;&lt;BR /&gt;where imageX(Y) means the Y-th pixel of image X (the image is regarded as 1-dim-vector).&lt;BR /&gt;&lt;BR /&gt;Is there a (bunch of) predefined functions that can do that ? &lt;BR /&gt;&lt;BR /&gt;Thanks for help in advance&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;M.W.&lt;BR /&gt;&lt;BR /&gt;edit: alternatively an image can be used, where the vectors are arranged horizontally.</description>
      <pubDate>Tue, 08 Feb 2011 07:22:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/function-for-vectorizing-an-image-batch-pixelwise/m-p/805615#M3559</guid>
      <dc:creator>mweissbach</dc:creator>
      <dc:date>2011-02-08T07:22:11Z</dc:date>
    </item>
    <item>
      <title>function for vectorizing an image-batch pixelwise</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/function-for-vectorizing-an-image-batch-pixelwise/m-p/805616#M3560</link>
      <description>&lt;P&gt;Hi M.W.&lt;/P&gt;&lt;P&gt;It looks that these data are transposed ( you can check the transpose functions). &lt;/P&gt;&lt;P&gt;The original data are organized as:&lt;/P&gt;&lt;P&gt;[image0(0), image0(1), image0(2), ... image0(m);]&lt;BR /&gt;[image1(0), image1(1), image1(2), ... image1(m);]&lt;BR /&gt;[image2(0), image2(1), image2(2), ... image2(m);]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transposed data is like: &lt;/P&gt;&lt;P&gt;[image0(0), image1(0), image2(0), ... imageN(0)];&lt;BR /&gt;[image0(1), image1(1), image2(1), ... imageN(1)];&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;[image0(M), image1(M), image2(M), ... imageN(M)];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe you cancheck if such functions can provide some help. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 08:45:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/function-for-vectorizing-an-image-batch-pixelwise/m-p/805616#M3560</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-02-11T08:45:17Z</dc:date>
    </item>
  </channel>
</rss>

