<?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 to compare two images using windows programming in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/to-compare-two-images-using-windows-programming/m-p/978266#M21156</link>
    <description>&lt;DIV&gt;hi buddies,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;i wanted to know how do we compare two images (eg: BMP/JPEG) using windows programming(VC++). &lt;/DIV&gt;
&lt;DIV&gt;i require the apt syntax used for image comparison or sorce code for image processing and comparing two images in VC++.&lt;/DIV&gt;
&lt;DIV&gt;i tried surfing for source codes on internet but in vain&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 28 Aug 2005 20:43:53 GMT</pubDate>
    <dc:creator>ensaedison</dc:creator>
    <dc:date>2005-08-28T20:43:53Z</dc:date>
    <item>
      <title>to compare two images using windows programming</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/to-compare-two-images-using-windows-programming/m-p/978266#M21156</link>
      <description>&lt;DIV&gt;hi buddies,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;i wanted to know how do we compare two images (eg: BMP/JPEG) using windows programming(VC++). &lt;/DIV&gt;
&lt;DIV&gt;i require the apt syntax used for image comparison or sorce code for image processing and comparing two images in VC++.&lt;/DIV&gt;
&lt;DIV&gt;i tried surfing for source codes on internet but in vain&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 28 Aug 2005 20:43:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/to-compare-two-images-using-windows-programming/m-p/978266#M21156</guid>
      <dc:creator>ensaedison</dc:creator>
      <dc:date>2005-08-28T20:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: to compare two images using windows programming</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/to-compare-two-images-using-windows-programming/m-p/978267#M21157</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;it is not so easy in case if you want to compare the diffierent image formats, like BMP and JPEG. First of all, you need to get both images in the same format, uncompressed BMP is preferable. So, you need to decompress JPEG image. Note, JPEG uses lossy compression techinque, which means that decompressed image will not be bit-to-bit complain withimage you've used for encoding into JPEG.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I recommend you to read IPP documentation (&lt;A href="ftp://download.intel.com/support/performancetools/libraries/ipp/ippiman.pdf" target="_blank"&gt;Intel Integrated Performance Primitives, Volume2: Image and Video Processing&lt;/A&gt;), to find the functions appropriate for yor goals. It can be very simple case, just absolute difference between two images, like: image_diff(i,j) = abs( image_a(i,j) - image_b(i,j));&lt;/DIV&gt;
&lt;DIV&gt;You also can download IPP JPEG samples to see how to decompress JPEG images with using IPP JPEG codec.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Aug 2005 17:32:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/to-compare-two-images-using-windows-programming/m-p/978267#M21157</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-08-29T17:32:48Z</dc:date>
    </item>
  </channel>
</rss>

