<?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 ippiEigenVals in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiEigenVals/m-p/918977#M15410</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;What should be the size of pEigenVV in ippiEigenValsVecs? Is it &lt;FONT size="2"&gt;roiSize.width*6 x roiSize.heigh?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Does avgWindow (Size of the blurring window) mean the size of the block around the pixel? &lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;How ippiEigenVals deals with the borders of ROI. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Do you have any examples of use?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Thank you,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Kiril&lt;/FONT&gt;&lt;FONT face="Courier-Oblique"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 18 Jan 2005 07:39:50 GMT</pubDate>
    <dc:creator>kirilf</dc:creator>
    <dc:date>2005-01-18T07:39:50Z</dc:date>
    <item>
      <title>ippiEigenVals</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiEigenVals/m-p/918977#M15410</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;What should be the size of pEigenVV in ippiEigenValsVecs? Is it &lt;FONT size="2"&gt;roiSize.width*6 x roiSize.heigh?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Does avgWindow (Size of the blurring window) mean the size of the block around the pixel? &lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;How ippiEigenVals deals with the borders of ROI. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Do you have any examples of use?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Thank you,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Courier"&gt;&lt;FONT face="Arial" size="2"&gt;Kiril&lt;/FONT&gt;&lt;FONT face="Courier-Oblique"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jan 2005 07:39:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiEigenVals/m-p/918977#M15410</guid>
      <dc:creator>kirilf</dc:creator>
      <dc:date>2005-01-18T07:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: ippiEigenVals</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiEigenVals/m-p/918978#M15411</link>
      <description>&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;dstStep of pEigenVV should not be less than &lt;/P&gt;&lt;/FONT&gt;&lt;FONT face="Arial" color="#0000ff" size="2"&gt;roiSize.width*6&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;*sizeof()&lt;/FONT&gt;&lt;FONT face="Arial" size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;(=&amp;gt; the size of image is &amp;gt;=&lt;/FONT&gt;&lt;FONT face="Arial" color="#0000ff" size="2"&gt;roiSize.width*6 x roiSize.heigh&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;avgWindow is the size of Blur window with the center in the pixel&lt;/P&gt;
&lt;P&gt;Function does not use pixels outside the image, replicate border is implied for Sobel and Blur (here - for convolved and multiplied image)&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jan 2005 17:54:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiEigenVals/m-p/918978#M15411</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-01-20T17:54:03Z</dc:date>
    </item>
  </channel>
</rss>

