<?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 Binary image skeleton in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812358#M3987</link>
    <description>&lt;P&gt;Hi Eran,&lt;/P&gt;&lt;P&gt;As Ying mentioned, you can look into IPP &lt;B&gt;Sobel filter functions&lt;/B&gt;. &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;IPP sample code&lt;/SPAN&gt;&lt;/A&gt; has &lt;A href="http://software.intel.com/en-us/articles/intel-ipp-uic-sample-application-picnic/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Picnic&lt;/SPAN&gt;&lt;/A&gt; application. This application demonstrates different image operation including edge detection (Sobel filter).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Gv&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2011 04:12:45 GMT</pubDate>
    <dc:creator>Naveen_G_Intel</dc:creator>
    <dc:date>2011-02-02T04:12:45Z</dc:date>
    <item>
      <title>Binary image skeleton</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812356#M3985</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;How can I use IPP to locate theskeleton of a binary image?&lt;/DIV&gt;&lt;DIV&gt;Assume we have in the image few road (on white) - I wish to show only the connected center on them&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Eran&lt;/DIV&gt;</description>
      <pubDate>Mon, 31 Jan 2011 12:48:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812356#M3985</guid>
      <dc:creator>erano111</dc:creator>
      <dc:date>2011-01-31T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Binary image skeleton</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812357#M3986</link>
      <description>Hi Eran, &lt;BR /&gt;&lt;BR /&gt;What exact algorithm do you want to locate the skeleton of a binary image?&lt;BR /&gt;&lt;BR /&gt;Seeing from the on-line IPP manual URL&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/index.htm"&gt;http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/index.htm&lt;/A&gt;, &lt;BR /&gt;The Intel IPP image and video processing software is a collection of low-overhead, high-performance operations performed on two-dimensional (2D) arrays of pixels. Examples of such operations are linear transforms, filtering, and arithmetic on image data (see &lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/IPPI/ippi_frontmatter/ippi_title_Help2.htm#ippi_title_Help2"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #000080;"&gt;Intel IPP Reference Manual. Volume 2: Image and Video Processing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;). It provides over thousandfoundational functions for image processing. &lt;BR /&gt;&lt;BR /&gt;So as i understand, you maysearchthe IPP functions undersection compute vision, image edge detect, image segementation, or Image Moments or the routines from Image statistics to complete what you hope to do.&lt;BR /&gt;for example&lt;STRONG&gt; callthe function ippiDistanceTransform_XX(),&lt;/STRONG&gt; &lt;STRONG&gt;ippiTrueDistanceTransform_8u32f_C1R,ippiFastMarching_8u32f_C1R (usingfast marching method.)&lt;/STRONG&gt; they calculates distance to the closest zero pixel for all non-zero pixels of source image, can be useda wide variety of subjects including skeleton finding and shape analysis.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying H.</description>
      <pubDate>Tue, 01 Feb 2011 04:41:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812357#M3986</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-02-01T04:41:03Z</dc:date>
    </item>
    <item>
      <title>Binary image skeleton</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812358#M3987</link>
      <description>&lt;P&gt;Hi Eran,&lt;/P&gt;&lt;P&gt;As Ying mentioned, you can look into IPP &lt;B&gt;Sobel filter functions&lt;/B&gt;. &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;IPP sample code&lt;/SPAN&gt;&lt;/A&gt; has &lt;A href="http://software.intel.com/en-us/articles/intel-ipp-uic-sample-application-picnic/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Picnic&lt;/SPAN&gt;&lt;/A&gt; application. This application demonstrates different image operation including edge detection (Sobel filter).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Gv&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2011 04:12:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Binary-image-skeleton/m-p/812358#M3987</guid>
      <dc:creator>Naveen_G_Intel</dc:creator>
      <dc:date>2011-02-02T04:12:45Z</dc:date>
    </item>
  </channel>
</rss>

