[Insight-users] 3D convolution with custom matrix

Cory Quammen cquammen at cs.unc.edu
Mon Sep 12 09:35:45 EDT 2011


Jothy,

ConvolutionImageFilter should handle 3D convolutions just fine. If you
encounter an error, please let me know. Also, if there is some
documentation that led you to conclude that the filter doesn't work
for 3D, please let me know so I can clarify it.

Be warned that ConvolutionImageFilter operates in the spatial domain,
so if your kernel is large, it will be quite slow. There will be a
FFT-based convolution filter in ITK v4 that will be much faster for
large kernels.

Thanks,
Cory

On Mon, Sep 12, 2011 at 9:09 AM, Jothy <jothybasu at gmail.com> wrote:
> Hi all,
>
> Is it possible to do a 3D convolution in ITK with a custom matrix? I looked
> at ConvolutionImageFilter by it doesn't seem to handle 3D kernels.
>
> Any suggestions?
>
> Thanks
>
> Jothy
>
> _____________________________________
> 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
>
>



-- 
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill


More information about the Insight-users mailing list