[ITK Community] filter changing RequestedRegion

Matt McCormick matt.mccormick at kitware.com
Tue Feb 11 23:05:26 EST 2014


Hi Arjun,

This is expected since GradientMagnitudeRecursiveGaussianImageFilter
needs all of its input to produce and output [1].

Hope this helps,
Matt

[1] http://itk.org/gitweb?p=ITK.git;a=blob;f=Modules/Filtering/ImageGradient/include/itkGradientMagnitudeRecursiveGaussianImageFilter.h;h=618d33a9ea17a0baa5820c190718feb08dbc7bb2;hb=HEAD#l151

On Tue, Feb 11, 2014 at 10:32 PM, Arjun S Kumar <arjun89 at cmu.edu> wrote:
> Hi all,
>
> The particular ITK filter I am using is GradMagnitudeRecursiveGaussianImageFilter. Once I update it, the requestedregion of the input image changes.
>
> The input image before the filter has a different largest possible region from the requested region. I expected the requested region of the input image to stay the same and the output image to have the same requested region of the input image. However, the requested region of the two images now equal the largest possible region.
>
> How can I fix this problem?
>
> Thanks,
>
> Arjun
>
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community



More information about the Community mailing list