[Insight-users] Applying an ImageFunction to every pixel in an image

Dženan Zukić dzenanz at gmail.com
Mon Jun 27 12:08:55 EDT 2011


Is UnaryFunctorImageFilter the answer to your question? If yes, there is an
example (not the simplest one though) of its usage:
http://www.vtk.org/Wiki/ITK/Examples/ImageProcessing/UnaryFunctorImageFilter

HTH

On Mon, Jun 27, 2011 at 17:03, David Doria <daviddoria at gmail.com> wrote:

> I am trying to evaluate GaussianBlurImageFunction at every pixel in an
> image. I tried to use UnaryFunctorImageFilter like this:
>
>
> http://www.itk.org/Wiki/ITK/Examples/Functions/GaussianBlurImageFunctionFilter
>
> but it complains that there is no != operator defined.
>
> Is there a different filter that will apply an ImageFilter to the entire
> input image? Or how is this typically done?
>
> Thanks,
>
> David
>
> _____________________________________
> 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.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/20110627/91e6ebe2/attachment.htm>


More information about the Insight-users mailing list