[vtkusers] Summing two kernels

John Fraser John.Fraser at icr.ac.uk
Wed Feb 2 12:31:23 EST 2011


Have you looked at vtkImageMathematics?  You can use SetOperationToAdd to add two images (kernels in your case) together.  Then you can use the convolution functions supported by VTK to convolve the image and resulting kernel.


>>> Jothy <jothybasu at gmail.com> 01/02/2011 13:06:13 >>>

Hi all,

I want to sum two gaussian kernels (with different stdevs) and convolve a vtkImageData with that kernel.

How is this possible in vtk?

Thanks,

Jothy

The Institute of Cancer Research: Royal Cancer Hospital, a charitable Company Limited by Guarantee, Registered in England under Company No. 534147 with its Registered Office at 123 Old Brompton Road, London SW7 3RP.

This e-mail message is confidential and for use by the addressee only.  If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer and network.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110202/a38bcfe2/attachment.htm>


More information about the vtkusers mailing list