<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">As far as I know, it does not have such a &quot;function&quot;. However it has ways to represent image (segmentation) at all steps of your algorithm.</div>

<div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><a href="http://www.itk.org/Doxygen/html/classitk_1_1LabelMap.html">http://www.itk.org/Doxygen/html/classitk_1_1LabelMap.html</a><br></div>

<div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><a href="http://www.insight-journal.org/browse/publication/176">http://www.insight-journal.org/browse/publication/176</a> (read the pdf)<br>

</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 13, 2013 at 4:02 PM, NicholasChoy <span dir="ltr">&lt;<a href="mailto:ghost_choy@hotmail.com" target="_blank">ghost_choy@hotmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What i mean from split and merge segmentation function,<br>
<br>
Split function.<br>
Is to develop a algorithm that recursively split regions into four<br>
sub-regions (starting with the whole image as one region)(Like a Quadtree)<br>
until our homogeneity criterion is met in all sub-regions.<br>
<br>
(For any region Ri, which P(Ri) = False , we split it into four disjoint<br>
quadrants.)<br>
<br>
One idea of the homogeneity criterion is using the &quot;mean&quot; of the regions and<br>
comparing each mean of the four sub-regions, if the difference is too far<br>
from the specified value. It keeps going until it either reaches 1 pixel or<br>
the mean difference is within the specified value range.<br>
<br>
Merge function.<br>
After process of splitting, merging process is to merge two adjacent<br>
regions.<br>
When no further splitting is possible, merge any adjacent regions Rj and Rk<br>
for which P(Rj U Rk) = True.<br>
Stop only if no further merging is possible.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/Split-and-Merge-segmentation-tp7583492p7583500.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/Split-and-Merge-segmentation-tp7583492p7583500.html</a><br>


<div class="HOEnZb"><div class="h5">Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>