[Insight-users] Split and Merge segmentation.

Dženan Zukić dzenanz at gmail.com
Fri Jul 19 04:29:47 EDT 2013


As far as I know, it does not have such a "function". However it has ways
to represent image (segmentation) at all steps of your algorithm.
http://www.itk.org/Doxygen/html/classitk_1_1LabelMap.html
http://www.insight-journal.org/browse/publication/176 (read the pdf)


On Sat, Jul 13, 2013 at 4:02 PM, NicholasChoy <ghost_choy at hotmail.com>wrote:

> What i mean from split and merge segmentation function,
>
> Split function.
> Is to develop a algorithm that recursively split regions into four
> sub-regions (starting with the whole image as one region)(Like a Quadtree)
> until our homogeneity criterion is met in all sub-regions.
>
> (For any region Ri, which P(Ri) = False , we split it into four disjoint
> quadrants.)
>
> One idea of the homogeneity criterion is using the "mean" of the regions
> and
> comparing each mean of the four sub-regions, if the difference is too far
> from the specified value. It keeps going until it either reaches 1 pixel or
> the mean difference is within the specified value range.
>
> Merge function.
> After process of splitting, merging process is to merge two adjacent
> regions.
> When no further splitting is possible, merge any adjacent regions Rj and Rk
> for which P(Rj U Rk) = True.
> Stop only if no further merging is possible.
>
>
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/Split-and-Merge-segmentation-tp7583492p7583500.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130719/21e10f2d/attachment.htm>


More information about the Insight-users mailing list