[ITK] Smoothing under mask

Matt McCormick matt.mccormick at kitware.com
Mon Sep 14 09:59:21 EDT 2015


Hi Andras,

A RegionOfInterestImageFilter [1] can be used to isolate a region of
interest to perform computation.

HTH,
Matt

[1] http://www.itk.org/Doxygen46/html/classitk_1_1RegionOfInterestImageFilter.html

On Mon, Sep 14, 2015 at 3:12 AM, András, Osztroluczki
<andras.osztroluczki at gmail.com> wrote:
> Dear ITK users,
>
> Is there a way to perform smoothing (for example with:
> RecursiveGaussianImageFilter) under a masked region only (e.g.: the
> computation only use those pixel values which are marked by the mask).
> Smoothing the whole image and crop the masked region from the smoothed image
> is not good for me unfortunately.
>
> Thanks,
> Andras
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>


More information about the Community mailing list