<?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 Logarithm base 10 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906991#M13648</link>
    <description>&lt;P&gt;In the software i'm actually developing i have to apply a log&lt;SUB&gt;10&lt;/SUB&gt;(&lt;I&gt;x&lt;/I&gt;) to a 16 bit images...from what i have seen the only similar function are:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;- ipps10Log10_32s_Sfs ... but it works only on 32bit of information&lt;/P&gt;
&lt;P&gt;- ippiLn_&lt;MOD&gt; this sound good(natural log) and i can apply log&lt;SUB&gt;10&lt;/SUB&gt;(&lt;I&gt;x&lt;/I&gt;)=log&lt;SUB&gt;e&lt;/SUB&gt;(&lt;I&gt;x&lt;/I&gt;)/log&lt;SUB&gt;e&lt;/SUB&gt;(10) ...but still i'm not totally stasfied&lt;/MOD&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It's a common use on image processing to do something like c*log&lt;SUB&gt;b&lt;/SUB&gt;(X) where c and b are variables.&lt;BR /&gt;I have miss some function to implement this function?&lt;BR /&gt;Can i expect a future implementation on this?&lt;BR /&gt;&lt;BR /&gt;Sorry for my bad english,&lt;/P&gt;
&lt;P&gt;Mr. Andreoli Carlo&lt;/P&gt;
&lt;UL&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 27 Jan 2010 14:17:52 GMT</pubDate>
    <dc:creator>Andreoli__Carlo</dc:creator>
    <dc:date>2010-01-27T14:17:52Z</dc:date>
    <item>
      <title>Logarithm base 10</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906991#M13648</link>
      <description>&lt;P&gt;In the software i'm actually developing i have to apply a log&lt;SUB&gt;10&lt;/SUB&gt;(&lt;I&gt;x&lt;/I&gt;) to a 16 bit images...from what i have seen the only similar function are:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;- ipps10Log10_32s_Sfs ... but it works only on 32bit of information&lt;/P&gt;
&lt;P&gt;- ippiLn_&lt;MOD&gt; this sound good(natural log) and i can apply log&lt;SUB&gt;10&lt;/SUB&gt;(&lt;I&gt;x&lt;/I&gt;)=log&lt;SUB&gt;e&lt;/SUB&gt;(&lt;I&gt;x&lt;/I&gt;)/log&lt;SUB&gt;e&lt;/SUB&gt;(10) ...but still i'm not totally stasfied&lt;/MOD&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It's a common use on image processing to do something like c*log&lt;SUB&gt;b&lt;/SUB&gt;(X) where c and b are variables.&lt;BR /&gt;I have miss some function to implement this function?&lt;BR /&gt;Can i expect a future implementation on this?&lt;BR /&gt;&lt;BR /&gt;Sorry for my bad english,&lt;/P&gt;
&lt;P&gt;Mr. Andreoli Carlo&lt;/P&gt;
&lt;UL&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:17:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906991#M13648</guid>
      <dc:creator>Andreoli__Carlo</dc:creator>
      <dc:date>2010-01-27T14:17:52Z</dc:date>
    </item>
    <item>
      <title>Logarithm base 10</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906992#M13649</link>
      <description>&lt;P&gt;Hello Mr. Carlo,&lt;/P&gt;
&lt;P&gt;Could you please specify how many color channels your image have? Is it a right understanding that you have one color channel images with 16-bit unsigned pixel values?&lt;/P&gt;
&lt;P&gt;In this case you may use for instance ippiConvert_16u32f_C1R function to convert your data in format appropriate for ipps10Log10_32s_Sfs function. After that you should use ippiConvert_32f16u_C1R function.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Art&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2010 07:43:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906992#M13649</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2010-01-29T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Logarithm base 10</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906993#M13650</link>
      <description>Of course you are right, my image is one channel 16 bit....i surely will follow your suggestion...still it will get 3 passage before i get my final result...but by now i think it's the only way i can follow...&lt;BR /&gt;thanks Artem Vorobiev&lt;BR /&gt;&lt;B&gt;&lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=438571" class="basic" href="https://community.intel.com/../profile/438571/"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/B&gt;</description>
      <pubDate>Mon, 01 Feb 2010 07:34:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Logarithm-base-10/m-p/906993#M13650</guid>
      <dc:creator>Andreoli__Carlo</dc:creator>
      <dc:date>2010-02-01T07:34:23Z</dc:date>
    </item>
  </channel>
</rss>

