<?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 Labelling connected regions in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Labelling-connected-regions/m-p/907702#M13742</link>
    <description>Is there a function to label connected regions? Or should I use FloodFill to fill each connected region with a label?&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Oct 2006 03:20:47 GMT</pubDate>
    <dc:creator>joechong</dc:creator>
    <dc:date>2006-10-05T03:20:47Z</dc:date>
    <item>
      <title>Labelling connected regions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Labelling-connected-regions/m-p/907702#M13742</link>
      <description>Is there a function to label connected regions? Or should I use FloodFill to fill each connected region with a label?&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 03:20:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Labelling-connected-regions/m-p/907702#M13742</guid>
      <dc:creator>joechong</dc:creator>
      <dc:date>2006-10-05T03:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling connected regions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Labelling-connected-regions/m-p/907703#M13743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;FloodFill function sets to a value a connected region with the same pixel value as the seed pixel. FloodFill_Range and FloodFill_Grad treat as a region a set of pixels in the interval or a set of pixels with restricted gradient. I think it is not just what ask.&lt;/P&gt;
&lt;P&gt;If connected regions are connected sets of neighboring non-zero pixels you can use ippiLabelMarkers_8u_C1IR function that assigns the same unique value from [1,254] to all pixels of different connected components. This function is included to IPP 5.2 Beta.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Alexander&lt;FONT face="Courier" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2006 21:35:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Labelling-connected-regions/m-p/907703#M13743</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-10-12T21:35:48Z</dc:date>
    </item>
  </channel>
</rss>

