[ITK] Restricting region size in region growing filter

Matt McCormick matt.mccormick at kitware.com
Wed Jul 26 08:45:10 EDT 2017


Hi Alexander,

One option may use LabelStatisticsKeepNeObjectsImageFilter:

  https://itk.org/Doxygen/html/classitk_1_1LabelStatisticsKeepNObjectsImageFilter.html

HTH,
Matt

On Wed, Jul 26, 2017 at 3:17 AM, Alexander Bruy
<alexander.bruy at gmail.com> wrote:
> Hi,
>
> I use ConnectedThresholdImageFilter to perform region growing with seed points
> and need to be sure that region size does not exceed some value, e.g. 5m or 8m
> by diameter.
>
> In ConnectedThresholdImageFilter docs I can't find any parameters that allows me
> to limit region size. So I'm wondering if ITK has some tools that can
> help with this?
> For example, some filter which can be applied to resulting image or maybe
> a combination of filters that allow to perform region growing with
> seed points and
> limit region size?
>
> Thanks.
> --
> Alexander Bruy
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community


More information about the Community mailing list