[Insight-users] Segmentation algorithms

Harvey Cline harvey.cline at kitware.com
Thu Jul 16 10:24:17 EDT 2009


Hi Elena

In segmentation using region growing a threshold that is too low will
connect to unwanted regions; while, if it is too high it does not completely
segment the region of interest. An algorithm to find the best threshold
involves testing the connectivity between the object to be segmented and
other objects that are not wanted. Often this is done by trial and error;
however, it may be coded using a binary search to find the best connection
between regions.

regaurds
Harvey

On Thu, Jul 16, 2009 at 5:59 AM, Elena Molina <elenam85 at gmail.com> wrote:

> Hi all!
> Is there some algorithm to calculate the best lower and upper thresholds in
>
> segmentation algorithms?
> Thanks
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> 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/20090716/75f27ca0/attachment.htm>


More information about the Insight-users mailing list