[ITK-users] Multiply two .img or .hdr images in ITK

Pansam Changmi pansam5green at gmail.com
Sun Apr 27 13:19:20 EDT 2014


@Dominique: Hmm... I followed this "
http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/MultiplyImageFilter"

Here the author used two input images I guess to get the third one. Please
correct me if I am wrong.

typedef itk::MultiplyImageFilter <ImageType, ImageType >MultiplyImageFilterType
;


On Sun, Apr 27, 2014 at 10:34 PM, Dominique Toepfer <
dominique at toepfer-web.de> wrote:

>  Hi,
>
>
>       >   typedef itk::MultiplyImageFilter <Image1ReaderType,
>>> Image2ReaderType >
>>> >       MultiplyImageFilterType;
>>>
>>
> you used the reader types instead of their output image types as template
> parameters.
>
> HTH
> Dominique
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140427/f4898fe6/attachment.html>


More information about the Insight-users mailing list