<?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 IPP computer vision in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974463#M20828</link>
    <description>IPP computer vision functionality corresponds to OpenCV one – so normalization is done by the the same way as in OpenCV (in order to be compatible with OpenCV), so Normalization is as the following ways

…………
denom = 1.0f/(Ipp32f)((1&amp;lt;&amp;lt;(2*apertureSize-2))*255);
      if (kernType==ippKernelSobel) {
…………………….
      } else { // kernType==ippKernelScharr
         denom *= 0.6125f;
………………………………
      }
……………
calcValues (bufXXomp,bufYYomp,bufXYomp,step32f,pEigenVV,eigStep,roiSize,denom,sign)</description>
    <pubDate>Fri, 28 Dec 2012 08:28:07 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2012-12-28T08:28:07Z</dc:date>
    <item>
      <title>MinEigenVal output normalization depends from derivative kernels</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974462#M20827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;while comparing the minimum eigenvalue computed for an image using ippiEigenValsVecs_8u32f_C1R / ippiEigenValsVecs_32f_C1R with the same feature evaluated from scratch with the given formulas, it seems that the output is being normalized by a factor that depends from the employed derivative kernel. In particular, results are normalized by 4080 (255 &amp;lt;&amp;lt; 4) and 65280 (255 &amp;lt;&amp;lt; 8) in case of Sobel 3x3 and Sobel 5x5, respectively. The normalization factor for Scharr 3x3 seems about 6661.23.... where does this values come from? Anybody can answer?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;PS: i am using IPP 6.0&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2012 14:43:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974462#M20827</guid>
      <dc:creator>Lorenzo_C_1</dc:creator>
      <dc:date>2012-12-17T14:43:50Z</dc:date>
    </item>
    <item>
      <title>IPP computer vision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974463#M20828</link>
      <description>IPP computer vision functionality corresponds to OpenCV one – so normalization is done by the the same way as in OpenCV (in order to be compatible with OpenCV), so Normalization is as the following ways

…………
denom = 1.0f/(Ipp32f)((1&amp;lt;&amp;lt;(2*apertureSize-2))*255);
      if (kernType==ippKernelSobel) {
…………………….
      } else { // kernType==ippKernelScharr
         denom *= 0.6125f;
………………………………
      }
……………
calcValues (bufXXomp,bufYYomp,bufXYomp,step32f,pEigenVV,eigStep,roiSize,denom,sign)</description>
      <pubDate>Fri, 28 Dec 2012 08:28:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974463#M20828</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-12-28T08:28:07Z</dc:date>
    </item>
    <item>
      <title>Many thanks, compatibility</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974464#M20829</link>
      <description>Many thanks, compatibility with OpenCV makes sense.</description>
      <pubDate>Wed, 02 Jan 2013 08:24:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MinEigenVal-output-normalization-depends-from-derivative-kernels/m-p/974464#M20829</guid>
      <dc:creator>Lorenzo_C_1</dc:creator>
      <dc:date>2013-01-02T08:24:36Z</dc:date>
    </item>
  </channel>
</rss>

